Support 12hr time on DateSeparator

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/4143/head
turt2live 2017-06-01 09:52:42 -06:00
parent e868dbbb94
commit 640fa108fc
1 changed files with 1 additions and 1 deletions

View File

@ -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 (