|
Posted by SquishedOrange on 11/26/06 20:44
Yeah,
But the only way I can think of doing it is messy.
Use strtotime() to get the Linux timestamp for a date (seconds since
January 1 1970 00:00:00 GMT), then add quite large interger to get it
to the number of seconds since January 1, 1601. Then you need to
multiply this by some factor of 10 to get into 100-nanosecond
intervals.
Sorry, Can't be bothered to do it for you ;)
Btw, strptime() is nicer, but is only php5+
Not sure what your doing with the reverse bit though..
Navigation:
[Reply to this message]
|