Project

General

Profile

Actions

$ctime » History » Revision 1

Revision 1/6 | Next »
Per Amundsen, 07/20/2014 08:14 AM


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

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 10 years ago · 1 revisions

Also available in: PDF HTML TXT