Popularity
5.5
Declining
Activity
0.0
Stable
10
3
3

Monthly Downloads: 13
Programming language: Haskell
License: MIT License
Tags: Time    
Latest version: v0.1.2.0

distance-of-time alternatives and similar packages

Based on the "Time" category.
Alternatively, view distance-of-time alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of distance-of-time or a related project?

Add another 'Time' Package

README

distance-of-time

This is a Haskell package capturing readable distances between times.

import qualified Data.Time as T
import qualified Data.Time.Distance as TD

-- Given the following signatures
--
-- now :: T.UTCTime
-- publishedOn :: T.UTCTime

TD.distanceOfTimeInWords publishedOn now

Hackage

This package is available on Hackage.

License

DistanceOfTime is Copyright © 2017 Josh Clayton and thoughtbot, inc.. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About thoughtbot

thoughtbot

DistanceOfTime 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 distance-of-time README section above are relevant to that project's source code only.