diff --git a/README.md b/README.md index e26c432..43986f2 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ Type: Date | empty String Default: `(empty String)` +Note: +> android need `Long` type + minDate is a Date object for iOS and a millisecond precision unix timestamp for Android, so you need to account for that when using the plugin. Also, on Android, only the date is enforced (time is not). ### maxDate - iOS, Android, Windows @@ -93,6 +96,9 @@ Type: Date | empty String Default: `(empty String)` +Note: +> android need `Long` type + ### titleText - Android Label for the dialog title. If empty, uses android default (Set date/Set time). @@ -155,6 +161,8 @@ Values: `true` | `false` Default: `true` +Note: `allowOldDates` and `minDate` can not been used at the same time + ### allowFutureDates - iOS Shows or hide dates after selected date. @@ -164,6 +172,8 @@ Values: `true` | `false` Default: `true` +Note: `allowFutureDates` and `maxDate` can not been used at the same time + ### doneButtonLabel - iOS Label of done button.