Update datetime readme file

master
Simon Stürz 2019-05-30 19:47:44 +02:00
parent e12d804c99
commit 6b859f415b
1 changed files with 8 additions and 8 deletions

View File

@ -10,16 +10,16 @@ The weekday integer value stands for:
| Weekday | Int |
| ------------- |:-------------:|
| Monday | 1
| Tuesday | 2
| Wednesday | 3
| Thursday | 4
| Friday | 5
| Saturday | 6
| Sunday | 7
| Monday | 1 |
| Tuesday | 2 |
| Wednesday | 3 |
| Thursday | 4 |
| Friday | 5 |
| Saturday | 6 |
| Sunday | 7 |
The "weekend" \l{State} will be true, if the current weekday is Saturday or Sunday, otherwise it will be false.
The *weekend* state will be true, if the current weekday is Saturday or Sunday, otherwise it will be false.
## Today