Merge pull request #4143 from turt2live/travis/date-sep-12h
Support 12hr time on DateSeparatorpull/4088/merge
						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
	
	 Matthew Hodgson
						Matthew Hodgson