Skip to content

Commit

Permalink
Merge branch 'master' of github.com:edwardfhsiao/react-minimal-dateti…
Browse files Browse the repository at this point in the history
…me-range

# Conflicts:
#	README.md
  • Loading branch information
edwardxiao committed Jul 7, 2020
2 parents 20d9bdb + 89922f9 commit c662894
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 @@ -57,6 +57,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
allowPageClickToClose={true} // default is true
placeholder={['Start Time', 'End Time']}
defaultDates={[`${yearS}-${monthS}-${dateS}`, `${yearE}-${monthE}-${dateE}`]} // ['YYYY-MM-DD', 'YYYY-MM-DD']
Expand Down

0 comments on commit c662894

Please sign in to comment.