mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
parent
332b17b429
commit
373c7784c6
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