Very helpful function to convert date/time string to Unix timestamp. I needed this function to update the timestamp field of some comments in my Drupal after migrating them from my blog on blogspot. PHP Code: Thanks to AlienBrain from EgLUG for advice. |
|||
Technorati Tags: 
microseconds
any ideas to get also the microseconds? or it's not possible?
Before and after PHP5
According to PHP documentation: before PHP 5.0, microseconds weren't allowed in the time, since PHP 5.0 they are allowed but ignored!!!
Post new comment