Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Xiao authored Jun 25, 2020
1 parent 3bcdc1f commit 89922f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import 'react-minimal-datetime-range/lib/react-minimal-datetime-range.min.css';
<RangePicker
locale={`en-us`} // default is en-us
show={false} // default is false
disabled={false} // default is false
placeholder={['Start Time', 'End Time']}
defaultDates={[`${yearS}-${monthS}-${dateS}`, `${yearE}-${monthE}-${dateE}`]} // ['YYYY-MM-DD', 'YYYY-MM-DD']
defaultTimes={[`${hourS}:${minuteS}`, `${hourE}:${minuteE}`]} // ['hh:mm', 'hh:mm']
Expand Down

0 comments on commit 89922f9

Please sign in to comment.