Updated schedule post calendar time format

This commit is contained in:
mgabdev 2019-09-18 21:45:50 -04:00
parent 6fe5cd1f09
commit 910a3d673e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class SchedulePostDropdown extends React.PureComponent {
minDate={new Date()} minDate={new Date()}
selected={date} selected={date}
onChange={date => this.handleSetDate(date)} onChange={date => this.handleSetDate(date)}
timeFormat="HH:mm" timeFormat="p"
timeIntervals={15} timeIntervals={15}
timeCaption="Time" timeCaption="Time"
dateFormat="MMMM d, yyyy h:mm aa" dateFormat="MMMM d, yyyy h:mm aa"