
February 1st, 2004, 05:57 PM
|
 |
Getting better 1 line @ a time
|
|
Join Date: Feb 2004
Location: Sheffield
|
|
|
Dreamweaver and MYSQL question
Hi
I have a table called "board_comments", it has a timestamp field called "timestamp".
I want to display this timestamp as a proper date, rather than a string of numbers.
I have created a recordset and used the following query
"select date_format(timestamp,'%e/%c/%Y %I:%i:%s %p') from board_comments"
When i click test it displays the dates just fine, when i try and drag the recordset into the dreamweaver page it says Unexpeted % or undefined varible
any ideas?
|