mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -05:00
Update dates
Costa Rica dates were updated, plus fixed a gotcha with the China dates
This commit is contained in:
parent
5634e993e9
commit
1794b30079
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue