- This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Strange time shown in the booking list
I am using [eme_bookings template_id=28 id=#_EVENTID] and put something like this in the template:
<li>#_RESPFIRSTNAME #_RESPLASTNAME booked #_RESPSPACES places on #_BOOKINGCREATIONDATE at #_BOOKINGCREATIONTIME. The payment [eme_if tag='#_IS_PAID' value='1']is done on #_BOOKINGPAYMENTDATE at #_BOOKINGPAYMENTTIME[/eme_if][eme_if tag='#_IS_PAID' value='0']<strong>is missing</strong>.[/eme_if]</li>
The list is working okay but some time formats are strange:
… booked 1 places on Monday 19 March 2018 at 14:6. The payment is…
and
The payment is done on Thursday 5 April 2018 at 12:7.
So both, the #_BOOKINGCREATIONTIME and the #_BOOKINGPAYMENTTIME are affected. It comes to my mind that I changed somewhere in the settings that leading zeros shouldn’t be shown and I guess it has to do with it. I can’t find this setting again to undo it and test. I am not even sure if it was a EME setting, I discovered it by chance and changed it. I run so often through the settings these days that I’m lost 🙂
I’m guessing you’re affected by the setting (in tab “Events”) called “Remove leading zeros from minutes?”
Edit: I need to review the position of this setting, since I guess everything in EME is affected by it anyway if you use the regular EME placeholders for date/time (and not a custom format).
Yeah, that’s it.
Yes, I am using the regular placeholders like noted above.
Sorry for finding some more work 😉