logo
Home XtGem- Templates- XtScript- bottom

Time and date

Add block >Utilities >Time and date
This function returns the current SERVER time offset by your timezone in various formats
yyyy-mm-dd
<xt:tdate format="Y-m-d" tzone="0" />

2024-11-23
hh:mm
<xt:tdate format="H:i" tzone="0" />

20:14
yyyy-m-dd hh:mm:ss
<xt:tdate format="Y-m-d H:i:s" tzone="0" />

2024-11-23 20:14:17
yy/mm/dd
<xt:tdate format="y/m/d" tzone="0" />

24/11/23
dd/mm/yy
<xt:tdate format="d/m/y" tzone="0" />

23/11/24
mm/dd/yy
<xt:tdate format="m/d/y" tzone="0" />

11/23/24
LIST OF FORMAT OPTIONS
A = AM/PM (PM)
a=am/pm (pm)
B = Swatch internet time (884)
c = full (2024-11-23T20:14:17+00:00)
D = day of week (Sat)
d = day of month (23)
e = timezone (GMT)
F = name of month (November)
g = hour (8) (12 hr no leading 0)
h = hour (08) (12hr leading 0)
G = hour (20) (24hr no leading 0)
H = hour (20) (24hr leading 0)
i = minutes (14)
I = daylight saving (0) (1=yes 0=no)
j = day of month (23) (no leading 0)
l = day of week (Saturday)
L = leapyear (1=yes 0=no) (1)
M = name of month (Nov)
m = month (11) (leading 0)
n = month (11) (no leading 0)
N = day (1=mon 7=sun) (6)
w = day (sun=0 sat=6) (6)
r = full (Sat, 23 Nov 2024 20:14:17 +0000)
S = type of date (1st 2nd 3rd 4th) (rd)
s = seconds (17)
T = timezone abbrv (GMT)
t = days in month (30)
U = seconds since 1/1/1970 (1732392857)
W = week number (47)
y = year (24)
Y = year (2024)
z = days (0=jan 1) (327)
O = difference from GMT in hours (+0000)
P = same with a colon (+00:00)
u = Microseconds (000000)
Powered by XtGem
About us Contact Forum topÂ