Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfxiao committed Jul 27, 2023
1 parent 262481a commit 30826ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import 'react-minimal-datetime-range/lib/react-minimal-datetime-range.min.css';
placeholder={['Start Time', 'End Time']}
// markedDates={[`${todayY}-${todayM}-${todayD - 1}`, `${todayY}-${todayM}-${todayD}`]} // OPTIONAL. ['YYYY-MM-DD']
showOnlyTime={false} // default is false, only select time
// duration={2} // day count. default is 0. set end date will be add 2 days automatically when start date is picked
// duration={2} // day count. default is 0. End date will be automatically added 2 days when the start date is picked.
////////////////////
// IMPORTANT DESC //
////////////////////
Expand Down

0 comments on commit 30826ca

Please sign in to comment.