I'm trying to convert a date of the format 25/July/2015
obtained from jQuery UI datepicker widget to UNIX timestamp using strtotime()
function, but it's not working, nothing(blank) is returned, how do I do this?
Asked
Active
Viewed 1,702 times
1
-
2http://php.net/manual/en/datetime.createfromformat.php – Marc B Jul 24 '15 at 16:39