Relative.md

March 31, 2019 ยท View on GitHub

Module Data.Moment.Simple.Relative

Relative date formatting, see http://momentjs.com/docs/#/displaying/fromnow/

fromNow

fromNow :: Moment -> Effect String

Display the time as relative time with an "ago" suffix.

fromNow'

fromNow' :: Moment -> Effect String

Display the time as relative time without an "ago" suffix.