Cleaned up documentation

This commit is contained in:
Sudhir Shenoy 2017-07-15 12:33:54 +09:00
parent 28604b19d4
commit 6727b123cd
6 changed files with 108 additions and 55 deletions

View file

@ -203,4 +203,4 @@
;; The next one works coincidentally because Japanese uses a y/m/d format by default.
;; However, it demonstrates that as long as date components are present, the presence
;; of extraneous characters does not matter
(= (string->date "2004年8月9日") (ymd->date 2004 8 9)))))
(= (string->date "2004年8月9日 17:30:22" :reference-date dt) (ymd->date 2004 8 9 17 30 22)))))