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-04-28
hh:mm
<xt:tdate format="H:i" tzone="0" />

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

2025-04-28 09:59:21
yy/mm/dd
<xt:tdate format="y/m/d" tzone="0" />

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

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

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