mirror of https://github.com/vector-im/riot-web
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()];
|
label = days[date.getDay()];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
label = DateUtils.formatFullDate(date);
|
label = DateUtils.formatFullDate(date, this.props.showTwelveHour);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue