Overview
Comment: | Add ymd->dateformat and add unit tests |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
28ee8201919be2bfff2db1edc0501bf7 |
User & Date: | joel on 2018-08-12 16:31:34 |
Other Links: | manifest | tags |
Context
2018-08-22
| ||
02:45 | Correct unit test in dates.rkt check-in: 6034c1b0 user: joel tags: trunk | |
2018-08-12
| ||
16:31 | Add ymd->dateformat and add unit tests check-in: 28ee8201 user: joel tags: trunk | |
2018-08-09
| ||
22:40 | Add license to CSS check-in: c7616fe6 user: joel tags: trunk | |
Changes
Modified dates.rkt from [9a276406] to [6947cc76].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + - + + + + + - + + + + + + + + + + + + + + | ;; limitations under the License. ;; ;; Author contact information: ;; joel@jdueck.net ;; https://joeldueck.com ;; ------------------------------------------------------------------------- |