mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #4143 from turt2live/travis/date-sep-12h
Support 12hr time on DateSeparator
This commit is contained in:
commit
1fbec01edb
@ -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
Block a user