mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #1323 from mewtaylor/issue/gh-1322
Change conference date
This commit is contained in:
commit
92cc4e22a3
1 changed files with 2 additions and 2 deletions
|
@ -379,14 +379,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, 8, 28)}
|
value={new Date(2017, 9, 5)}
|
||||||
year='numeric'
|
year='numeric'
|
||||||
month='long'
|
month='long'
|
||||||
day='2-digit'
|
day='2-digit'
|
||||||
/>
|
/>
|
||||||
{' - '}
|
{' - '}
|
||||||
<FormattedDate
|
<FormattedDate
|
||||||
value={new Date(2017, 8, 30)}
|
value={new Date(2017, 9, 7)}
|
||||||
year='numeric'
|
year='numeric'
|
||||||
month='long'
|
month='long'
|
||||||
day='2-digit'
|
day='2-digit'
|
||||||
|
|
Loading…
Reference in a new issue