how to get the current system time?

Posted by Admin on 24-Feb-2009 00:03

using 9.1d

searched the help without any luck...which function do i use to get the current system time?

thanks

All Replies

Posted by Admin on 24-Feb-2009 00:13

Try TIME

Posted by deb2001 on 24-Feb-2009 00:16

TIME keywird will give you integer representation of system time, if you need it in Hour:Minute:second form then try -

STRING(TIME,"HH:MM:SS").

Posted by Admin on 25-Feb-2009 16:15

Miles is correct if you only want the time of day - TIME will give you the number of seconds since last midnight. If you have a datetime field then you want NOW.

Posted by Admin on 25-Feb-2009 21:51

If you have a datetime field then you want NOW.

Unfortunately NOW on 9.1d (lmentioned in the original post) is not much more than a day dream...

Posted by Admin on 26-Feb-2009 00:13

thanks for the help guys....

This thread is closed