Guest upirate Posted March 16, 2007 Share Posted March 16, 2007 thank you!!! Link to comment https://forums.phpfreaks.com/topic/42944-solved-how-di-i-get-date-in-20070314-format/ Share on other sites More sharing options...
per1os Posted March 16, 2007 Share Posted March 16, 2007 <?php print date('Y/m/d', time()); ?> Displays the current date in that format. look at php.net via the date function for mor information. Link to comment https://forums.phpfreaks.com/topic/42944-solved-how-di-i-get-date-in-20070314-format/#findComment-208593 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.