Skip to content

Tags: alphp/strftime

Tags

0.7.6

Toggle 0.7.6's commit message

Verified

This commit was signed with the committer’s verified signature.
alphp Fernando Herrero
Update PHPDoc: missing throws InvalidArgumentException

0.7.5

Toggle 0.7.5's commit message

Verified

This commit was signed with the committer’s verified signature.
alphp Fernando Herrero
Don't override the timezone when called with a DateTime object

0.7.4

Toggle 0.7.4's commit message
Use Locale::getDefault() before setlocale(LC_TIME, '0') for get defau…

…lt locale

0.7.3

Toggle 0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minus prefix should also remove leading space (#13)

* Minus prefix should also remove space

Standard PHP strftime() also remove leading space when using the minus prefix.

* Add asserts for test '%#e' and '%-e'

---------

Co-authored-by: Fernando Herrero <[email protected]>

0.7.2

Toggle 0.7.2's commit message
"Stand-alone" versions of "month in year" and "day of week" formats m…

…ore closely mimic strftime in German locale #12

0.7.1

Toggle 0.7.1's commit message
Test: use assertThat instead assertMatchesRegularExpression

0.7.0

Toggle 0.7.0's commit message
Fix fatal error when using the default PHP locale #17

0.6.0

Toggle 0.6.0's commit message

0.5.0

Toggle 0.5.0's commit message
Message in new tests, php version to 7.1

0.4.0

Toggle 0.4.0's commit message
Fixed %k example