Clib.ctime()
syntax: |
Clib.ctime(timeInt) |
where: |
timeInt - an integer time value.
|
return: |
string - the date and time extracted from a Time object, as returned by Clib.localtime().
|
description: |
This method is equivalent to: Clib.asctime( Clib.localtime(time) ), where timeInt is a date_time value as returned by the Clib.time() function.
|