Home
last modified time | relevance | path

Searched hist:"64 cf7cc6971ac5053acbfc39e98c0af13ef17cd3" (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/meta/
H A DDateFormatConverter.php64cf7cc6971ac5053acbfc39e98c0af13ef17cd3 Wed Jul 27 15:58:59 UTC 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 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.

/plugin/struct/types/
H A DDateTime.php64cf7cc6971ac5053acbfc39e98c0af13ef17cd3 Wed Jul 27 15:58:59 UTC 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 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.