Merge pull request #1323 from mewtaylor/issue/gh-1322

Change conference date
This commit is contained in:
Matthew Taylor 2017-05-24 08:43:23 -04:00 committed by GitHub
commit 92cc4e22a3

View file

@ -379,14 +379,14 @@ var ConferenceSplash = React.createClass({
<td><FormattedMessage id='conference-2017.date' /></td>
<td>
<FormattedDate
value={new Date(2017, 8, 28)}
value={new Date(2017, 9, 5)}
year='numeric'
month='long'
day='2-digit'
/>
{' - '}
<FormattedDate
value={new Date(2017, 8, 30)}
value={new Date(2017, 9, 7)}
year='numeric'
month='long'
day='2-digit'