Actions
Added in 1.8.10
$ctime
Returns total number of seconds elapsed since 00:00:00 GMT, January 1, 1970 based on your system time.
$ctime(text)
Returns the number of seconds elapsed since 00:00:00 GMT, January 1, 1970 based on the date that you specify.
Parameters
Parameter | Description |
text | Date/Time text to parse. |
Example
//echo -ag $ctime(January 1 1970 00:00:00) //echo -ag $ctime(15/7/89 01:30:37)
Updated by Per Amundsen almost 2 years ago · 6 revisions