Description
Convenient functions for getting times.
Description
Inspired by Rails' ActiveSupport, this package provides nice looking convenience functions for getting a time and date, offset from today.
README.md
timing-convenience
Functions to make it a little more convenient to work with time offsets. Inspired by Ruby's ActiveSupport time methods on Fixnum.
Usage
See the Sample.hs for a more full sample.
main = do
t <- timeFor 3 Days Ago
putStrLn $ show t
Installation
In your project's cabal file:
-- Packages needed in order to build this package.
Build-depends: timing-convenience
Or from the command line:
cabal install timing-convenience
Documentation
For details see the reference documentation on Hackage.
Copyright
Copyright 2011 Mike Burns.
Available under the BSD 3-clause license.