Support 12hr time on DateSeparator
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user