Searched hist:b80ca5e1e3d2a80e69960495de1b586aa146a800 (Results 1 – 3 of 3) sorted by relevance
| /plugin/struct/script/ |
| H A D | EntryEditor.js | b80ca5e1e3d2a80e69960495de1b586aa146a800 Fri Jan 26 11:20:51 UTC 2018 Michael Große <grosse@cosmocode.de> fix: make html5 datetime picker actually work
The datetime picker expects and produces dates / time pairs separated by the "T" character, not a space. Further, it does not handle seconds at all.
Therefore, we have to provide the timestamp in the input field separated by a "T" and for consistency drop seconds altogether. Hence, it becomes necessary to replace the "T" by a space again before providing it to jQuery date picker fallback.
Further, we have to actually parse the "T" when validating the timestamps we receive from the user.
|
| /plugin/struct/types/ |
| H A D | DateTime.php | b80ca5e1e3d2a80e69960495de1b586aa146a800 Fri Jan 26 11:20:51 UTC 2018 Michael Große <grosse@cosmocode.de> fix: make html5 datetime picker actually work
The datetime picker expects and produces dates / time pairs separated by the "T" character, not a space. Further, it does not handle seconds at all.
Therefore, we have to provide the timestamp in the input field separated by a "T" and for consistency drop seconds altogether. Hence, it becomes necessary to replace the "T" by a space again before providing it to jQuery date picker fallback.
Further, we have to actually parse the "T" when validating the timestamps we receive from the user.
|
| /plugin/struct/lang/en/ |
| H A D | lang.php | b80ca5e1e3d2a80e69960495de1b586aa146a800 Fri Jan 26 11:20:51 UTC 2018 Michael Große <grosse@cosmocode.de> fix: make html5 datetime picker actually work
The datetime picker expects and produces dates / time pairs separated by the "T" character, not a space. Further, it does not handle seconds at all.
Therefore, we have to provide the timestamp in the input field separated by a "T" and for consistency drop seconds altogether. Hence, it becomes necessary to replace the "T" by a space again before providing it to jQuery date picker fallback.
Further, we have to actually parse the "T" when validating the timestamps we receive from the user.
|