Forum Registration Disabled - Send a request to support@scriptbasic.org to join the forum.User GuideDevelopers Guide
print NOW
exactly what I'm looking for. Code: [Select]print NOWThis function returns the local time expressed as seconds since January 1, 1970, 00:00am. The function does not accept any argument. This function is similar to the function GMTIME but returns the local time instead of the actual GMT.thanks for your help! https://en.wikipedia.org/wiki/Unix_time
print GMTIME,"\n"print GMTIME*1000,"\n"->14774014761.477401e+012