mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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>
|
||||
<FormattedDate
|
||||
value={new Date(2017, 8, 28)}
|
||||
value={new Date(2017, 9, 5)}
|
||||
year='numeric'
|
||||
month='long'
|
||||
day='2-digit'
|
||||
/>
|
||||
{' - '}
|
||||
<FormattedDate
|
||||
value={new Date(2017, 8, 30)}
|
||||
value={new Date(2017, 9, 7)}
|
||||
year='numeric'
|
||||
month='long'
|
||||
day='2-digit'
|
||||
|
|
Loading…
Reference in a new issue