I have this string
$chktodate = "15/02/2014 9 am";
And when I am doing this
$timetocheck = strtotime($chkdt);
It gives me nothing.
Is it not that the function is supposed to take the string like the format which I mentioned ie 15/02/2014 9 am.