denoteone Posted March 11, 2009 Share Posted March 11, 2009 hey everyone. I am having a hard time formatting the date and time to show on my page. I am trying to echo something like this Wed, Feb 11, 2008 8:00am can anyone help me at least get started? Link to comment https://forums.phpfreaks.com/topic/148951-solved-getdate-and-time/ Share on other sites More sharing options...
Maq Posted March 11, 2009 Share Posted March 11, 2009 $your_date = date("D, M d, Y H:i A"); echo $your_date; ?> Link to comment https://forums.phpfreaks.com/topic/148951-solved-getdate-and-time/#findComment-782093 Share on other sites More sharing options...
rhodesa Posted March 11, 2009 Share Posted March 11, 2009 http://us.php.net/date mine is a little different then Maq's...and it's difficult to tell exactly what you want on one example print date('D, M j, Y g:ia'); Link to comment https://forums.phpfreaks.com/topic/148951-solved-getdate-and-time/#findComment-782095 Share on other sites More sharing options...
Maq Posted March 11, 2009 Share Posted March 11, 2009 If you got to the link that rhodesa provided, you can customize it yourself, it explains the format for everything. Link to comment https://forums.phpfreaks.com/topic/148951-solved-getdate-and-time/#findComment-782103 Share on other sites More sharing options...
denoteone Posted March 11, 2009 Author Share Posted March 11, 2009 Thanks guys I obviously did not research this enough. As always thanks for the help. using your advice it got it working. http://www.stratacache.com/getWeather-mcd.php?location=45420&unit=f&backgroundClr=000000 Link to comment https://forums.phpfreaks.com/topic/148951-solved-getdate-and-time/#findComment-782110 Share on other sites More sharing options...
Maq Posted March 11, 2009 Share Posted March 11, 2009 Thanks guys I obviously did not research this enough. As always thanks for the help. using your advice it got it working. http://www.stratacache.com/getWeather-mcd.php?location=45420&unit=f&backgroundClr=000000 Nice, what's with the McDonald's sign? Making me hungry... Link to comment https://forums.phpfreaks.com/topic/148951-solved-getdate-and-time/#findComment-782113 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.