-
Notifications
You must be signed in to change notification settings - Fork 3
M_datetime
vbextreme edited this page Sep 4, 2018
·
2 revisions
Classic date and time
not have specific attribute
$0 year
$1 month
$2 day
$3 hour
$4 min
$5 sec
for formatting enviroment
# integer
format[0] = 4
format[1] = 2
format[2] = 2
format[3] = 2
format[4] = 2
format[5] = 2
icon = "⌚"
show current icon with dd/mm/yyyy hh:mm:ss
text.long = "$@ $2/$1/$0 $3:$4:$5"