Forum Moderators: phranque

Message Too Old, No Replies

converting SQL database timestamp in cold fusion

Cold fusion, timestamp, convert to string

         

CaptnGordo

2:52 pm on Sep 16, 2004 (gmt 0)

10+ Year Member



Hi all,

does anybody have an example of how to convert a SQL timestamp into a date I can display and sort by with cold fusion?

Thanks,

Gordo

Sanenet

2:54 pm on Sep 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yeah, just use Dateformat. So,
#DateFormat('sqltimestamp', 'dd of mmmm, yyyy')#