RE: date formatting... help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jeffery
like this?

$query_rsViewNews = "SELECT newsId, newsAuthor, newsTitle,
DATE_FORMAT("newsDate", "%M %e, %Y") AS Fdate, newsDate, newsDescription
FROM news ORDER BY newsDate DESC";

which throughs errors..


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux