How would I calculate the unix timestamp for any given year, month, day, hour, minute, and second? Thanks!
Use the PHP mktime() function.
http://ca.php.net/mktime
Hope that helps
-Percy
Originally posted by majiclab Use the PHP mktime() function. http://ca.php.net/mktime Hope that helps -Percy
Thanks!!
for basic date formats use strtotime();
very powerful function.