Merge pull request #4143 from turt2live/travis/date-sep-12h

Support 12hr time on DateSeparator
This commit is contained in:
Matthew Hodgson
2017-06-01 18:29:53 +01:00
committed by GitHub

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 (