Merge pull request #1240 from TheGrits/patch-3

Fix gh-1239: Update Conference Dates
This commit is contained in:
Matthew Taylor 2017-03-22 08:32:54 -04:00 committed by GitHub
commit 3a299e06f7

View file

@ -218,14 +218,14 @@ var ConferenceSplash = React.createClass({
<td><FormattedMessage id='conference-2017.date' /></td>
<td>
<FormattedDate
value={new Date(2017, 10, 13)}
value={new Date(2017, 10, 10)}
year='numeric'
month='long'
day='2-digit'
/>
{' - '}
<FormattedDate
value={new Date(2017, 10, 15)}
value={new Date(2017, 10, 12)}
year='numeric'
month='long'
day='2-digit'
@ -459,14 +459,14 @@ var ConferenceSplash = React.createClass({
<td><FormattedMessage id='conference-2017.date' /></td>
<td>
<FormattedDate
value={new Date(2017, 5, 20)}
value={new Date(2017, 4, 20)}
year='numeric'
month='long'
day='2-digit'
/>
{' - '}
<FormattedDate
value={new Date(2017, 5, 21)}
value={new Date(2017, 4, 21)}
year='numeric'
month='long'
day='2-digit'