Meth0d
Tue 8 May 2007, 08:36 am GMT +0200
for example, i say i have a date that is formatted in some data like so:
is it possible with PHP, or some script or function that has already been written by a php King like nikolas ;D, to convert that time automatically to what php function.time will return? such as the above being:
Please note for this example, the 2 dates shown in both formats are not identical or of equal value. The 2nd one is just randomly pressed keys that "looks" like what the php function.time returns.
This would of course be the same as just using date("M/D/Y H:M:S") or whatever it may be, but doing it "backwards" in a way, like what i wanted from the substr function before :P
Quote
05/07/2007 20:15:00
is it possible with PHP, or some script or function that has already been written by a php King like nikolas ;D, to convert that time automatically to what php function.time will return? such as the above being:
Quote
1162165466
Please note for this example, the 2 dates shown in both formats are not identical or of equal value. The 2nd one is just randomly pressed keys that "looks" like what the php function.time returns.
This would of course be the same as just using date("M/D/Y H:M:S") or whatever it may be, but doing it "backwards" in a way, like what i wanted from the substr function before :P