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" />

2025-01-21
hh:mm
<xt:tdate format="H:i" tzone="0" />

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

2025-01-21 12:51:31
yy/mm/dd
<xt:tdate format="y/m/d" tzone="0" />

25/01/21
dd/mm/yy
<xt:tdate format="d/m/y" tzone="0" />

21/01/25
mm/dd/yy
<xt:tdate format="m/d/y" tzone="0" />

01/21/25
LIST OF FORMAT OPTIONS
A = AM/PM (PM)
a=am/pm (pm)
B = Swatch internet time (577)
c = full (2025-01-21T12:51:31+00:00)
D = day of week (Tue)
d = day of month (21)
e = timezone (GMT)
F = name of month (January)
g = hour (12) (12 hr no leading 0)
h = hour (12) (12hr leading 0)
G = hour (12) (24hr no leading 0)
H = hour (12) (24hr leading 0)
i = minutes (51)
I = daylight saving (0) (1=yes 0=no)
j = day of month (21) (no leading 0)
l = day of week (Tuesday)
L = leapyear (1=yes 0=no) (0)
M = name of month (Jan)
m = month (01) (leading 0)
n = month (1) (no leading 0)
N = day (1=mon 7=sun) (2)
w = day (sun=0 sat=6) (2)
r = full (Tue, 21 Jan 2025 12:51:31 +0000)
S = type of date (1st 2nd 3rd 4th) (st)
s = seconds (31)
T = timezone abbrv (GMT)
t = days in month (31)
U = seconds since 1/1/1970 (1737463891)
W = week number (04)
y = year (25)
Y = year (2025)
z = days (0=jan 1) (20)
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Â