I use WWWThreads, and it stores system dates (I believe) in a UNIX format.
964825500 = 07/28/00 06:05 PM
If I wanted to have a VERY small PHP code that is an input box for a date, is it possible to have it setup where I enter the following:
07/28/2000
...and it will output the proper UNIX timestamp? (ie, approximately 964825500). I don't care about the time...I just want to be able to enter a date in a box, press a button, and have it output the UNIX timestamp.
Thanks for anyone with ideas!