rotaready / moment-range

Fancy date ranges for Moment.js
The Unlicense
1.69k stars 202 forks source link

feature pretty print #129

Open aymericbouzy opened 7 years ago

aymericbouzy commented 7 years ago

It would be nice if we could pretty print a range. For instance :

"on April 1st between 10:45 and 11:45" "between April 1st and April 3rd" "between April 1st at 9:00 and April 3rd at 18:00" "on April 1st at 10:45 for 1 hour"

Not sure what the API would be though.

Ximik commented 7 years ago

I'm working on it right now for my project. The only problem here is i18n e.g. it should be 'Jan 25, 1982, 9:30 AM - 1:30 PM' for English, but '25 Января 1982, 9:30 - 13:30' for Russian.