How could I convert a date (YYYY-MM-DD HH:MM:SS) into miliseconds?! Is there a function? I can't find any on the internet...
Like for example how to convert (2011-09-06 10:10:40) into millisec..
If it's possible please tell me!
How to convert a Date into (Resolved)
How to convert a Date into (Resolved)
Last edited by Ark on Tue Sep 06, 2011 6:32 pm, edited 1 time in total.
Orgullo Catracho
Re: How to convert a Date into miliseconds
Its possible, in all languages lol. What language are you using?
Re: How to convert a Date into miliseconds
time(); // get times in seconds
strtotime($str); // will try to create the seconds from the date given in $str
More information:
strtotime();
strtotime($str); // will try to create the seconds from the date given in $str
More information:
strtotime();