I have a strtotime function that is doing something like this:
$var = strtotime('23:59:59' . $Date);
Where $Date is a date in this format: MM/DD/YY
However, this randomly fails and returns nothing from it…. am I doing something wrong here?
Thanks.
You should add a space character to the end of your time string