| #
5e29103a |
| 11-Dec-2023 |
annda <annda@users.noreply.github.com> |
Automatic code style fixes
|
| #
7fe2cdf2 |
| 13-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
apply #670 and manually cleanup afterwards
fixes some failing tests uses sexplode over array_pad reformats multiline arrays
|
| #
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
| #
17a3a578 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments
|
| #
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
| #
41d0641d |
| 28-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make DateFormatConverter properly escape stuff
Added a minimal test. More cases would probably be helpful
|
| #
64cf7cc6 |
| 27-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Initialize DateType with dformat configuration
We're not using strftime in our Date and DateTime types because we want to be able to represent dates outside the unix timestamp range.
To reuse the s
Initialize DateType with dformat configuration
We're not using strftime in our Date and DateTime types because we want to be able to represent dates outside the unix timestamp range.
To reuse the strftime format string we have in DokuWiki it needs to be converted to a date() compatible format. The class added for that could ultimately be moved to a third party project.
show more ...
|