[Racket] Ferti hydroponic nutrient solver, redux.
Use normie date formatting in table.
views.rkt
@@ -109,7 +109,8 @@
109
109
(tbody
110
110
,@(for/list ([m measurements])
111
111
(define maybe-rotation (maybe-rotation-for-measurement m))
112
Removed:
`(tr (td ,(nutrient-measurement-date m))
112
Added:
`(tr (td ((class "font-monospace"))
113
Added:
,(~t (iso8601->date (nutrient-measurement-date m)) "dd/MM/yyyy"))
113
114
(td (a ((class "btn btn-outline-secondary btn-sm")
114
115
(href ,(format "/ferti/measurement/~a" (nutrient-measurement-id m))))
115
116
"Modifier"))