HCProfessionals Posted March 8, 2011 Share Posted March 8, 2011 I am trying to add 1 day to my date date("F j, Y") Link to comment https://forums.phpfreaks.com/topic/229944-add-1-day/ Share on other sites More sharing options...
trq Posted March 8, 2011 Share Posted March 8, 2011 date("F j, Y", strtotime('+1 day')); Link to comment https://forums.phpfreaks.com/topic/229944-add-1-day/#findComment-1184317 Share on other sites More sharing options...
HCProfessionals Posted March 8, 2011 Author Share Posted March 8, 2011 Thank You! Link to comment https://forums.phpfreaks.com/topic/229944-add-1-day/#findComment-1184321 Share on other sites More sharing options...
silkfire Posted March 8, 2011 Share Posted March 8, 2011 The strtotime is a marvelous function indeed! You can also write: date('F j, Y', strtotime('tomorrow')); Link to comment https://forums.phpfreaks.com/topic/229944-add-1-day/#findComment-1184343 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.