Clib.asctime()
syntax: |
Clib.asctime(timeObj) |
where: |
timeObj - time variable in the Time object format.
|
return: |
string - the date and time extracted from a Time object, as returned by Clib.localtime().
|
description: |
Returns a string representing the date and time extracted from a Time object, as returned by Clib.localtime(). The string will have this format:
Mon Jul 19 09:14:22 1993 |