Closed aeturnumfluctus closed 4 years ago
Excellent, thanks for this contribution
I have released 1.3.3 with this fix
Glad to contribute! Thanks for the quick turn-around on this and for the effort you've put into building/maintaining this library! :beers:
This PR introduces a minor update to the strftime mapper which adds support for proper translation of the
%-l
(non-padded hour of day) strftime conversion specification.Remedies the following issue:
Given the following
I18n
setup:and the following input field (abbreviated) setup:
Currently, when a date is selected, a the resulting datetime string is incorrectly formatted.
For example, selecting 2020.02.20 @ 2:20pm results in the following:
This PR fixes this formatting issue, thus returning: