I have the following date "25/01/2016 15:49:20" as $my_time
Performing the following function on the date: strtotime($my_time);
returns false. Now I have looked through other threads in relation to this, but from what I can garner this is a valid date/time for the strtotime();
function. Could anyone suggest what the issue is here?