Updated schedule post calendar time format
This commit is contained in:
parent
6fe5cd1f09
commit
910a3d673e
|
@ -74,7 +74,7 @@ class SchedulePostDropdown extends React.PureComponent {
|
|||
minDate={new Date()}
|
||||
selected={date}
|
||||
onChange={date => this.handleSetDate(date)}
|
||||
timeFormat="HH:mm"
|
||||
timeFormat="p"
|
||||
timeIntervals={15}
|
||||
timeCaption="Time"
|
||||
dateFormat="MMMM d, yyyy h:mm aa"
|
||||
|
|
Loading…
Reference in New Issue