Project

General

Profile

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 about 1 year ago · 6 revisions

Also available in: PDF HTML TXT