OK… version 5.2.5.1 will be available shortly.
I made two changes to the time formatting function:
1. I added support for various permutations of the French time formats (I took French in high school so I should have remembered this!)… all of these are now supported:
G \h i \m\i\n
G\h i\m\i\n
G\hi\m\i\n
G \h i \m
G\h i\m
G\hi\m
H \h i \m\i\n
H\h i\m\i\n
H\hi\m\i\n
H \h i \m
H\h i\m
H\hi\m
2. I changed the default fallback for any cases where I haven’t handled a specific format. (Which, I hope, is not that likely, since I now support 35 different options.) In the last version it was His
, which is why you were seeing “093000”. I changed it to H:i
, so that will display as “09:30”.
-
This reply was modified 4 years, 10 months ago by room34.