Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
asctime | version 1.0 | no |
string asctime(number timer) |
timer | [in] time |
The asctime function converts a time stored as seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time (UTC) to a character string.
|
import standard.C.time class Main { function Main() { echo "Current date and time(UTC): "+asctime(time()); } } Results Current date and time(UTC): Fri Mar 10 23:56:14 2006 |
Documented by Simona Gabriela Plesuvu, generation time: Sun Jan 27 18:15:15 2013 GMT | (c)2013 Devronium Applications |