hledger-web-1.9: 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 #