HakonHoy Posted March 12, 2006 Share Posted March 12, 2006 I have a field called: news_date in a my sql db... it is a "datetime" thing, and it stores the date in this format 0000-00-00 00:00:00 .. how can I display the date in other formats? eg. the day and the month ? Link to comment https://forums.phpfreaks.com/topic/4773-datetime-displaying/ Share on other sites More sharing options...
AndyB Posted March 12, 2006 Share Posted March 12, 2006 You need to look (carefully) at table 1 in the [a href=\"http://ca.php.net/manual/en/function.date.php\" target=\"_blank\"]date() function in the manual[/a]. Look over the user notes as well, and you'll find an example of what you're trying to do. Link to comment https://forums.phpfreaks.com/topic/4773-datetime-displaying/#findComment-16768 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.