bevacqua / rome

:calendar: Customizable date (and time) picker. Opt-in UI, no jQuery!
https://bevacqua.github.io/rome
MIT License
2.91k stars 223 forks source link

Any thought to displaying multiple months at once? #104

Closed bjmiller closed 9 years ago

bjmiller commented 9 years ago

Take a quick look at the calendar widget here: http://foxrunsoftware.github.io/DatePicker/

How hard would it be to implement the "Multi Calendar" feature? Any interest? For me, it's the big "missing" feature.

bevacqua commented 9 years ago

What benefits does that have over calling rome three times?

bjmiller commented 9 years ago

If you call rome once, it binds one month's worth of calendar to a specific input. IIUC, calling it three times will result in three separate bindings? What I'm looking to do is make one call, and show a wider range of dates than just one month.

bevacqua commented 9 years ago

Is monthsInCalendar what you're looking for, then?

bjmiller commented 9 years ago

Well, don't I feel sheepish! The feature's already there! I had just assumed that it wasn't because I didn't see it on the demo page.

Isn't it great when they're all this easy? Thanks!

bevacqua commented 9 years ago

It's the sixth example in the demo page :)

bjmiller commented 9 years ago

:facepalm: