Support 12hr time on DateSeparator
Signed-off-by: Travis Ralston <travpc@gmail.com>pull/4143/head
parent
e868dbbb94
commit
640fa108fc
|
@ -49,7 +49,7 @@ module.exports = React.createClass({
|
|||
label = days[date.getDay()];
|
||||
}
|
||||
else {
|
||||
label = DateUtils.formatFullDate(date);
|
||||
label = DateUtils.formatFullDate(date, this.props.showTwelveHour);
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue