Posted by Smitro on 11/15/64 11:24
Des wrote:
> I am trying to write a date and time stamp to a file
> Date("d-m-y") is ok but time(void) gives me 1124528448
> Can I format time into a H:M:S format
>
> Desmond.
>
Time() is unix timestamp. (as per manual)
date() will do what you want.
your looking for something like
date("G:i:s")
More info:
http://au3.php.net/date
Navigation:
[Reply to this message]
|