I have this date string for example:
10/01/14 14:00
which would be
d/m/y H:i
How can i convert it to timestamp? Considering that (/) slashes are not valid and 2 digit year is not accepted by strtodate.
I have this date string for example:
10/01/14 14:00
which would be
d/m/y H:i
How can i convert it to timestamp? Considering that (/) slashes are not valid and 2 digit year is not accepted by strtodate.