Insert date after X days added to now() function in mysql
Posted: 01 Dec 2014, 06:42
I have a subscription system in my website. When the users subscribe, their start date and time is added in mysql table using now() function.
I also need to insert the date and time six days from now and store it in database. How can I do it?
I also need to insert the date and time six days from now and store it in database. How can I do it?