angular-datepicker
angular-datepicker copied to clipboard
Any API to extend?
I noticed that this datepicker is based on this one(https://github.com/amsul/pickadate.js), and modified to angularjs-based. but there are plenty of api of amsul's pickadate, so I'm wondering if there also are APIs we can use to custom the datepicker. I'm using this datepicker but the only way to change some format is to modify the angular-datepicker.js, it's not that friendly. Thanks for the work and waiting for your reply
The pickADate
and pickATime
directives don't expose more of pickadate's API by default. I ended up writing similar directives to help expose more pickadate's options.
@kazuo you can always contribute them :) this is a community project.