| Unix Date Converter |
|
Unix Date/Time to Date/Time |
|
Date/Time to Unix Date/Time |
|
Basically a UNIX timestamp is the number of seconds since January 1, 1970. Using a UNIX timestamp
with PHP can be quite useful as you can store it and later easily convert it to any readable format. You can
use the forms above to convert from or to a UNIX timestamp.
|