Releases: alphp/strftime
Releases · alphp/strftime
v0.7.6
v0.7.5
v0.7.0
v0.6.0
v0.5.0
v0.4.0 Fixed %k format as specified in documentation
Format | Description | Example returned values |
---|---|---|
%k |
Hour in 24-hour format, with a space preceding single digits | 0 through 23 |
v0.3.0 Fixed week formats
Update readme
v0.2.0 Fixed some formats
Added documentation of formats
Added test for all formats
Fixed some formats
v0.1.0 PHPUnit tests
Automatic run PHPUnit tests with Actions.
composer run-script test
v0.0.7 Catch exception thrown by DateTime
Catch exception thrown when creating DateTime object with invalid $timestamp value.