Skip to content

Commit 5ed3cd0

Browse files
authored
Update README.md
1 parent 268ddad commit 5ed3cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ let picker = DateTimePicker.show()
7272
There are many options to customize picker for your own desire:
7373
- `minimumDate` and `maximumDate`: date and time limit for the picker. You can only set these when creating the picker, default value is last 10 days for minimum date and next 10 days for maximum date. If you set these dates yourself, make sure that minimum date is an earlier time than maximum date.
7474
- `selectedDate`: date to be selected when picker is first created, default is current date. Selected date has to be later than `minimumDate` and earlier than `maximumDate`.
75-
- `locale`: locale for the language displayed. default is American English.
75+
- `locale`: locale for the language displayed. default is device's locale.
7676
- `dateFormat`: format for the date shown in picker view. default is HH:mm dd/MM/YYYY.
7777
- `cancelButtonTitle`: title for dismiss button, default is Cancel.
7878
- `todayButtonTitle`: title for reset time button, default to Today.

0 commit comments

Comments
 (0)