Page 1 of 1
Convert Seconds
Posted: Fri Apr 05, 2013 12:29 am
by Nakia
Hi,
When I use the convert fuction on the seconds does it convert the time into GMT time (zero offset)??
Probably a dumb question...
Re: Convert Seconds
Posted: Fri Apr 05, 2013 1:07 am
by FourthWorld
Yes - from the Dictionary entry for "seconds":
The seconds function returns the total number of seconds since midnight, January 1, 1970 GMT.
Re: Convert Seconds
Posted: Fri Apr 05, 2013 1:16 am
by Nakia
Okay thanks..
Re: Convert Seconds
Posted: Fri Apr 05, 2013 1:30 am
by Nakia
Cant seem to figure this out though..
Need to convert the seconds into a format like below:(short date and long time)
Example;
01/03/13 10:13:21 PM
with date being "Day/Month/Year"
Re: Convert Seconds
Posted: Fri Apr 05, 2013 2:21 am
by FourthWorld
See the convert command in the Dictionary.
Re: Convert Seconds
Posted: Fri Apr 05, 2013 2:29 am
by Nakia
Figured it out.
For some reason it didnt like the "&&" and needed "and" ????