Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

Expand Down Expand Up @@ -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.

Expand All @@ -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.

Expand Down