From 6b859f415bf28c947347bd46a861fed3c940a96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 30 May 2019 19:47:44 +0200 Subject: [PATCH] Update datetime readme file --- datetime/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/datetime/README.md b/datetime/README.md index 1226d08d..ddb66e40 100644 --- a/datetime/README.md +++ b/datetime/README.md @@ -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