Use new cal-format for days and months.
This commit is contained in:
parent
4d92c33b8e
commit
ac1ae9b698
2 changed files with 12 additions and 5 deletions
|
@ -60,7 +60,8 @@
|
|||
members-fees
|
||||
members-payments
|
||||
brmember-format
|
||||
specification)
|
||||
specification
|
||||
cal-format)
|
||||
|
||||
;; Returns nicely formatted table
|
||||
(define (member-info->table mr)
|
||||
|
@ -97,7 +98,12 @@
|
|||
#:col-border #t)))
|
||||
((credit)
|
||||
(list k
|
||||
(table->string v
|
||||
(table->string
|
||||
(map (lambda (c)
|
||||
(list (car c)
|
||||
(cal-format (cadr c))
|
||||
(caddr c)))
|
||||
v)
|
||||
#:col-border #t)))
|
||||
((suspend student member)
|
||||
(list k
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue