cordova-plugin-datepicker
cordova-plugin-datepicker copied to clipboard
allowOldDates on Android
Obviously allowOldDates
only works on iOS for this plugin, but does anyone know how to make it work for Android too?
isn't it just the same as setting the minDate to the current date if allowOldDates is false?
That doesn't work either. Unfortunately it seems like this project is abandoned.
It works fine:
minDate: new Date().valueOf()
You have to set it with a Unix timestamp