I would like to display the date and time in my JEvents Notification emails. I can get the date to display, but I can't get the time to display. I have tried multiple time formats within the DATE field and even tried creating another field. Here is my date code:
<h3>{DATE}%B %d, %Y{/DATE}</h3>
Here is what I've tried: <h3>{DATE}%B %d, %Y at %l:%M %p{/DATE}</h3>
Is displaying the time in the notification supported? If so, how do I get this to work? If not, how can I find a workaround to get it to work?
Thanks in advance!
<h3>{DATE}%B %d, %Y{/DATE}</h3>
Here is what I've tried: <h3>{DATE}%B %d, %Y at %l:%M %p{/DATE}</h3>
Is displaying the time in the notification supported? If so, how do I get this to work? If not, how can I find a workaround to get it to work?
Thanks in advance!