I need the user to enter a date and this date is sent to the database as timestamp, example
Insert: 25/12/17 in the field
I want to get to the database as 1514160000 which means "Mon, 25 Dec 2017 00:00:00 GMT"
I have not tried anything because I do not know what and how each function works in PHP
Thanks for any tip