4 lines
108 B
Text
4 lines
108 B
Text
(defwidget clock []
|
|
(label
|
|
:class "datetime"
|
|
:text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))
|