phonegap3-ios-datepicker-plugin
phonegap3-ios-datepicker-plugin copied to clipboard
How to change Month format in callback value.
This plugin is working fine in my project. I am getting moth format is 1 to 12 only. But i want get moth format is 01 to 12. I am using following code for change moth format "month[date.getMonth()] ". But it;s not working. How can add prefix 0. Pls guide me.