mathieu68 Posted May 22, 2011 Share Posted May 22, 2011 I'm looking for a simple little code to display today's date, month, day, year and countdown to 365 days. Can anyone please help. Link to comment https://forums.phpfreaks.com/topic/237138-display-todays-date-with-php/ Share on other sites More sharing options...
Pikachu2000 Posted May 22, 2011 Share Posted May 22, 2011 echo date('M d, Y'); Countdown from/to what point in time? There has to be a start or end to it in order to calculate the difference. Link to comment https://forums.phpfreaks.com/topic/237138-display-todays-date-with-php/#findComment-1218790 Share on other sites More sharing options...
Recommended Posts