[Solved] convert time to Unix Time stamp [closed]


The reason this has so many downvotes is it takes a single in-built function to change a Date to a timestamp, using a single Google search to find.

echo strtotime("2014-06-10T11:05:10.723Z");

Outputs:

1402398310

3

solved convert time to Unix Time stamp [closed]