Update dates

Costa Rica dates were updated, plus fixed a gotcha with the China dates
This commit is contained in:
The_Grits 2017-03-08 18:18:22 -05:00 committed by GitHub
parent 5634e993e9
commit 1794b30079

View file

@ -218,7 +218,7 @@ 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'
@ -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'