date-conversions alternatives and similar packages
Based on the "Data" category.
Alternatively, view date-conversions alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of date-conversions or a related project?
README
Date Conversions
This is a Haskell library for handling date operations easily, e.g. calculating the beginning or end of a week, month, quarter, or year.
import qualified Data.Time as T
import qualified Data.Time.Calendar.DateConversions as DC
-- Given the following signatures
--
-- now :: T.UTCTime
DC.beginningOfWeek $ T.utctDay now
DC.beginningOfMonth $ T.utctDay now
DC.endOfYear $ T.utctDay now
Hackage
This package is available on Hackage.
License
DateConversions is Copyright © 2016-2017 Josh Clayton and thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.
About thoughtbot
DateConversions is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software and Haskell. See our other Haskell projects, or hire our Haskell development team to design, develop, and grow your product.
*Note that all licence references and agreements mentioned in the date-conversions README section above
are relevant to that project's source code only.