I am trying to display the date in a certain format. In SQL, I have the field defined as datetime and 8 characters.
I have the following in the output...
And it is displayed as 2008-10-02 00:00:00.0
How can I get it to be displayed as October 10, 2008?
Thanks in advance.
Scott
I have the following in the output...
Code:
<tr><td width="90%" height="18" colspan="3" class="eventDateHeader"><b>#getEvent.eventDate#</b></td></tr>
And it is displayed as 2008-10-02 00:00:00.0
How can I get it to be displayed as October 10, 2008?
Thanks in advance.
Scott