I need to convert a date in the format dd/mm/yyyy (date format got from jQuery datepicker) and i need to convert it to a timestamp.
I tried
but that didnt work, how would i do this?
I tried
PHP Code:
time($_POST['datepicker']);
Comment