affordit Posted March 15, 2008 Share Posted March 15, 2008 Is there a way for this to echo 3 instead of 03 $month = date('m'); echo $month; Link to comment https://forums.phpfreaks.com/topic/96308-easy-question/ Share on other sites More sharing options...
Barand Posted March 15, 2008 Share Posted March 15, 2008 echo date('n'); www.php.net/date Link to comment https://forums.phpfreaks.com/topic/96308-easy-question/#findComment-492964 Share on other sites More sharing options...
affordit Posted March 15, 2008 Author Share Posted March 15, 2008 Thank I remembered right after I posted Link to comment https://forums.phpfreaks.com/topic/96308-easy-question/#findComment-492967 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.