Skip to content

M_datetime

vbextreme edited this page Sep 4, 2018 · 2 revisions

Datetime config wiki

Classic date and time

Module Specific Attribute

not have specific attribute

Enviroment

$0 year
$1 month
$2 day
$3 hour
$4 min
$5 sec

Formatting

for formatting enviroment

# integer
format[0] = 4
format[1] = 2
format[2] = 2
format[3] = 2
format[4] = 2
format[5] = 2

Icon

icon = "⌚"

Example

show current icon with dd/mm/yyyy hh:mm:ss

text.long = "$@ $2/$1/$0 $3:$4:$5"
Clone this wiki locally