angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

Any API to extend?

Open flyhighzy opened this issue 10 years ago • 2 comments

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

flyhighzy avatar Jul 09 '14 02:07 flyhighzy

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 avatar Jul 22 '14 15:07 kazuo

@kazuo you can always contribute them :) this is a community project.

alongubkin avatar Aug 10 '14 11:08 alongubkin