Is there a library for turning human-readable relative dates like "since yesterday" and "until Wednesday" into UTCTime?
friendly-time looks like a good package, but I want something that can also give me "until", tomorrow, and next Saturday times. Is there a more thorough package?
The fields in Human Time Locale are:
justNow :: String
secondsAgo :: String -> String
oneMinuteAgo :: String
minutesAgo :: String -> String
oneHourAgo :: String
aboutHoursAgo :: String -> String
at :: String -> String
daysAgo :: String -> String
weekAgo :: String -> String
weeksAgo :: String -> String
onYear :: String -> String
locale :: TimeLocale
That library is what you need.
Dates
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With