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