You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ let picker = DateTimePicker.show()
72
72
There are many options to customize picker for your own desire:
73
73
-`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.
74
74
-`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.
76
76
-`dateFormat`: format for the date shown in picker view. default is HH:mm dd/MM/YYYY.
77
77
-`cancelButtonTitle`: title for dismiss button, default is Cancel.
78
78
-`todayButtonTitle`: title for reset time button, default to Today.
0 commit comments