Scooby08 Posted August 9, 2008 Share Posted August 9, 2008 What is the proper method for one to insert future dates and times into a database.. Would you need a date picker? And a time picker if there is one? Link to comment https://forums.phpfreaks.com/topic/118884-entering-future-dates-and-times-into-database/ Share on other sites More sharing options...
Barand Posted August 9, 2008 Share Posted August 9, 2008 INSERT INTO mytable (adatecol) VALUES (NOW() + INTERVAL 7 DAY) that will insert same time as now for next saturdays date Link to comment https://forums.phpfreaks.com/topic/118884-entering-future-dates-and-times-into-database/#findComment-612360 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.