Skip to content

Releases: ICanBoogie/DateTime

v2.0.0

23 Jun 18:55
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Refactoring and Tidying

v1.1.0

23 Oct 12:12
Compare
Choose a tag to compare

v1.0.7

23 Oct 09:53
Compare
Choose a tag to compare
  • Works with HHVM.
  • Fixed issue #3.
  • Fixed issue #4.

v1.0.5

13 Apr 21:45
Compare
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
Compare
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
Compare
Choose a tag to compare

Enhanced TimeZoneLocation.

20130423

27 Jul 11:08
Compare
Choose a tag to compare
v1.0.2

Added timezone parameter to now() and none()

20130307

27 Jul 11:10
Compare
Choose a tag to compare
v1.0

Support for empty dates