hledger-web-0.24.1: A web interface for the hledger accounting tool.
Handler.Utils
Description
Web handler utilities. More of these are in Foundation.hs, where they can be used in the default template.
numbered :: [a] -> [(Int, a)] Source
dayToJsTimestamp :: Day -> Integer Source