2017 © Pedro Peláez
 

library date_get_week_number

Provide support for obtaining a week number of year (week starts on Sunday)

image

dv-affection/date_get_week_number

Provide support for obtaining a week number of year (week starts on Sunday)

  • Friday, August 30, 2013
  • by dV
  • Repository
  • 1 Watchers
  • 1 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

date_get_week_number() for PHP

Build Status, (*1)

According to the documentation for date function of the W format character, (*2)

ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0), (*3)

date_get_week_number amends this issue by retuning a week number of a year where the week starts on Sunday, (*4)

Requirements

PHP >= 5.2.0 because of the DateTime object usage, (*5)

Usage

$date = new \DateTime;
$week = \date_get_week_number($date);

Installation

Via composer:, (*6)

{
    "require": {
        "dv-affection/date_get_week_number": "~0.1"
    }
}

Tests

cd date_get_week_number; phpunit;

...
OK (2 tests, 3 assertions)

The Versions

30/08 2013

dev-master

9999999-dev https://github.com/dvAffection/date_get_week_number

Provide support for obtaining a week number of year (week starts on Sunday)

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

by Avatar dV

php date week

30/08 2013

v0.1.0

0.1.0.0 https://github.com/dvAffection/date_get_week_number

Provide support for obtaining a week number of year (week starts on Sunday)

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

by Avatar dV

php date week

29/08 2013

v0.0.2

0.0.2.0 https://github.com/dvAffection/date_get_week_number

Provide support for obtaining a week number of year (week starts on Sunday)

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

by Avatar dV

php date week

29/08 2013

v0.0.1

0.0.1.0 https://github.com/dvAffection/date_get_week_number

Provide support for obtaining a week number of year (week starts on Sunday)

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

by Avatar dV

php date week