Project

General

Profile

Actions

$asctime » History » Revision 17

« Previous | Revision 17/22 (diff) | Next »
Per Amundsen, 11/06/2014 08:43 PM


Added in 1.9.0

$asctime

Returns current date and time. (Day Month Date XX:XX:XX Year format)

$asctime(N,format)

Returns the time and date in text format associated with the $ctime time value.

Parameters

N - A unix timestamp.
format - Date format to return.

Example

;Returns the default text format for this time value.
//echo -ag $asctime(793947600)

;Returns the current time in hh:nn:ss format.
//echo -ag $asctime(hh:nn:ss)

;Returns the date for this time value.
//echo -ag $asctime(793947600, dd/mm/yy)

Format

Year
 
Month
 
 
 
Day
 
 
 
Hours
 
 
 
Minutes
 
Seconds
 
AM/PM
 
 
Ordinal
Timezone
yy
yyyy
m
mm
mmm
mmmm
d
dd
ddd
dddd
h
hh
H
HH
n
nn
s
ss
t
tt
T
TT
oo
z
zz
zzz

Updated by Per Amundsen over 9 years ago · 17 revisions

Also available in: PDF HTML TXT