noname_clark Posted October 4, 2008 Share Posted October 4, 2008 hi, i am creating a personal photo blog website, and i upload the photo the night before, but i need the date to say "month" "day+1" , "year" so that the day is set to tomorrows date... how would i do this? so far i have: $date = date("F j, Y"); but j needs to be j+1 any help would be great. thanks. Link to comment https://forums.phpfreaks.com/topic/127050-solved-timedate-stamp/ Share on other sites More sharing options...
ratcateme Posted October 4, 2008 Share Posted October 4, 2008 $date = date("F j, Y",strtotime("+1 day")); should work Scott. Link to comment https://forums.phpfreaks.com/topic/127050-solved-timedate-stamp/#findComment-657212 Share on other sites More sharing options...
noname_clark Posted October 4, 2008 Author Share Posted October 4, 2008 thanks Link to comment https://forums.phpfreaks.com/topic/127050-solved-timedate-stamp/#findComment-657214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.