Switch table to kwargs proc define, add more day/month support procedures.
This commit is contained in:
parent
c9ba551132
commit
fac674f886
4 changed files with 25 additions and 13 deletions
|
|
@ -207,8 +207,8 @@
|
|||
;; Returns string representing a month period with possibly open end.
|
||||
(define (cal-period->string p)
|
||||
(sprintf "~A..~A"
|
||||
(cal-month->string (cal-period-since p))
|
||||
(cal-month->string (cal-period-before p))))
|
||||
(cal-day/month->string (cal-period-since p))
|
||||
(cal-day/month->string (cal-period-before p))))
|
||||
|
||||
;; Returns a string representing a list of periods.
|
||||
(define (cal-periods->string ps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue