XF 2.0 xf:date time - don't show time only date

AndyB

Well-known member
I'm using the following template code:

Code:
<xf:date time="{$rsvpEventStartDateTimestamp}"


I'm getting the following:

HTML:
Nov 15, 2017 at 12:00 AM


How can I eliminate the 12:00 AM from being displayed?

Thank you.
 
Dear @AndyB!
I need a custom bbcode that can insert timestamp to a row in editor when after I changed line content.
Ex:
Nov 15, 2017 at 12:00 AM | I need a custom bbcode that can insert timestamp to a row in editor when after I changed line content. |
Nov 16, 2017 at 8:00 PM
or
Nov 16, 2017 at 8:00 PM | Nov 15, 2017 at 12:00 AM | I need a custom bbcode that can insert timestamp to a row in editor when after I changed line content.
I use this to trace a task for my student.
Please help me!
Thanks!!!!
 
Top Bottom