Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

About the rangeDelimiter, a bug #190

Open wzhvictor opened 8 years ago

wzhvictor commented 8 years ago

if I change the attribute of rangeDelimiter, the Calendar won't recognize the value of input box, in addition to only the first one can show. qq 20160922121808

Twipped commented 8 years ago

Can you show me the entire config you're using for that kalendae?

wzhvictor commented 8 years ago

@ChiperSoft OK, I put config into HTML... <input class="auto-kal" data-kal="format: 'YYYY-MM-DD', mode: 'range', months: 2, direction: 'today-past', rangeDelimiter: ' ~ '">