peranha Posted September 23, 2008 Share Posted September 23, 2008 How can I change the date from the database of 2007-10-31 to Wed, 31 Oct 2007 Link to comment https://forums.phpfreaks.com/topic/125407-solved-change-date/ Share on other sites More sharing options...
F1Fan Posted September 23, 2008 Share Posted September 23, 2008 date('D, d M Y',strtotime('2007-10-31')); Link to comment https://forums.phpfreaks.com/topic/125407-solved-change-date/#findComment-648389 Share on other sites More sharing options...
peranha Posted September 23, 2008 Author Share Posted September 23, 2008 Thanks, that works. Link to comment https://forums.phpfreaks.com/topic/125407-solved-change-date/#findComment-648391 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.