Hi guys
The following query prints a pefect user friendly date on a MySql DB
from a timestamp:
//prints the desired date eg........................ 28 January 2003
$query = "SELECT DATE_FORMAT(timestamp, '%D %M %Y')
AS date FROM table WHERE id = 1";
What would be the Microsoft SQL 2000 version on this type of query to get the date?
any ideas?
Thanks