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

2026-06-26
hh:mm
<xt:tdate format="H:i" tzone="0" />

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

2026-06-26 07:22:55
yy/mm/dd
<xt:tdate format="y/m/d" tzone="0" />

26/06/26
dd/mm/yy
<xt:tdate format="d/m/y" tzone="0" />

26/06/26
mm/dd/yy
<xt:tdate format="m/d/y" tzone="0" />

06/26/26
LIST OF FORMAT OPTIONS
A = AM/PM (AM)
a=am/pm (am)
B = Swatch internet time (349)
c = full (2026-06-26T07:22:55+00:00)
D = day of week (Fri)
d = day of month (26)
e = timezone (GMT)
F = name of month (June)
g = hour (7) (12 hr no leading 0)
h = hour (07) (12hr leading 0)
G = hour (7) (24hr no leading 0)
H = hour (07) (24hr leading 0)
i = minutes (22)
I = daylight saving (0) (1=yes 0=no)
j = day of month (26) (no leading 0)
l = day of week (Friday)
L = leapyear (1=yes 0=no) (0)
M = name of month (Jun)
m = month (06) (leading 0)
n = month (6) (no leading 0)
N = day (1=mon 7=sun) (5)
w = day (sun=0 sat=6) (5)
r = full (Fri, 26 Jun 2026 07:22:55 +0000)
S = type of date (1st 2nd 3rd 4th) (th)
s = seconds (55)
T = timezone abbrv (GMT)
t = days in month (30)
U = seconds since 1/1/1970 (1782458575)
W = week number (26)
y = year (26)
Y = year (2026)
z = days (0=jan 1) (176)
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Â