Twipped / Kalendae

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

How to let Kalendae use the latest moment.js library version? #172

Closed meglio closed 8 years ago

meglio commented 8 years ago

I noticed Kalenda uses out-of-date version of Moment. How would I let it use the latest moment.js version instead? Thanks.

zawiasam commented 8 years ago

you have two builds kalendae.standalone.js - with included Moment kalendae.js - without Moment - will be used implementation provided by you

meglio commented 8 years ago

Thanks, it worked like that.