Skip to content

Releases: ICanBoogie/DateTime

v3.0.0

26 May 23:36

Choose a tag to compare

New Requirements

Requires PHP 8.2+

New features

None

Backward Incompatible Changes

None

Deprecated Features

None

Other Changes

  • Compatible with PHP 8.4.
  • Add static analysis with PHPStan.

v2.0.0

23 Jun 18:55

Choose a tag to compare

New Requirements

Requires PHP 7.3+

New features

None

Backward Incompatible Changes

None

Deprecated Features

None

Other Changes

None

v1.2.0

21 Dec 17:15

Choose a tag to compare

Updated requirements

  • PHP 5.4+

New features

  • Added DateTime::with().
  • Added DateTime::localize().
  • Added DateTime::right_now().

Other changes

  • DateTime::now() returns the request time.

v1.1.1

28 Jan 22:06

Choose a tag to compare

  • Refactoring and Tidying

v1.1.0

23 Oct 12:12

Choose a tag to compare

v1.0.7

23 Oct 09:53

Choose a tag to compare

  • Works with HHVM.
  • Fixed issue #3.
  • Fixed issue #4.

v1.0.5

13 Apr 21:45

Choose a tag to compare

ICanboogie\DateTime::from() always returns an instance of the called class (Fix #1).

v1.0.4

13 Apr 21:43

Choose a tag to compare

  • Added tuesday, wednesday, thursday, friday and saturday read-only properties to ICanBoogie\DateTime instances.
  • Added the name read-only property to ICanBoogie\TimeZone instances.

20130903

03 Sep 15:48

Choose a tag to compare

Enhanced TimeZoneLocation.

20130423

27 Jul 11:08

Choose a tag to compare

v1.0.2

Added timezone parameter to now() and none()