Skip to content

Commit e022f5c

Browse files
committed
update forked code and doc
1 parent ae7e2ae commit e022f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Javascript file
5656
| format | String | 'yyyy-MM-dd' | year->yyyy, month->MM, day->dd, hour->HH, minute->mm, second->ss | format of the picker |
5757
| placeholder | String | 'Please pick a day' | -- | init input element's placeholder |
5858
| align | String | 'left' | 'left'/'center'/'right' | the pick panel's alignment |
59+
| weekStart | Number | 0 | -- | Start of the week |
5960
| startDate | Date | null | -- | If the start date exists, the date before the start date is disabled |
6061
| endDate | Date | null | -- | If the end date exists, the date after the end date is disabled |
6162
| lang | String | 'en-US' | 'en-US'/'zh-CN'/'vi' | language of the datepicker |

0 commit comments

Comments
 (0)