aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-14 00:15:50 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-14 00:15:50 +0100
commit39eea492fa4c2601973e09fc58870a976b310aa7 (patch)
treee111190fdc1334ef4d5b3c7da6d17290500fe87b
parentxcal parse now handles WKST in RRULE's. (diff)
downloadcalp-39eea492fa4c2601973e09fc58870a976b310aa7.tar.gz
calp-39eea492fa4c2601973e09fc58870a976b310aa7.tar.xz
Bind full week days in addition to abriviations.
-rw-r--r--module/datetime.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index cb732ad3..2f7e20c5 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -37,13 +37,13 @@
(dec december ) 12)
(define-many define-public
- (sun) 0
- (mon) 1
- (tue) 2
- (wed) 3
- (thu) 4
- (fri) 5
- (sat) 6)
+ (sun sunday) 0
+ (mon monday) 1
+ (tue tuesday) 2
+ (wed wednesday) 3
+ (thu thursday) 4
+ (fri friday) 5
+ (sat saturday) 6)
;;; Configuration