Formatting the way a stored date displays...
Posted: Sat Feb 18, 2006 8:24 pm
I have a form field ('date') that stores the date in a table as : '02-19-2006'
(These are future calendar dates that make up an "Upcoming Events" page...)
I need to display it on the output page as: 'Saturday February 19, 2006'
but still want to sort the query output using 'ORDER BY 'date'
how to?
Thanks in advance.
mc
(These are future calendar dates that make up an "Upcoming Events" page...)
I need to display it on the output page as: 'Saturday February 19, 2006'
but still want to sort the query output using 'ORDER BY 'date'
how to?
Thanks in advance.
mc