Closed xBelladonna closed 4 years ago
Make option in config to set the date format using standard python notation.
clock: enabled: true date_format: "%d/%m/%y"
or in toml
[main.plugins.clock] enabled = "true" date_format = "%d/%m/%y"
or if you use "dotted format"
main.plugins.clock.enabled = "true" main.plugins.clock.date_format = "%d/%m/%y"
I did not create the clock.yml with the default config due to the coming migration to toml... If required please inform me and I will commit.
clock.yml
Make option in config to set the date format using standard python notation.
or in toml
or if you use "dotted format"