fix(learn): Date corrected the example description from Sunday, to Friday, in the date-format Rosetta Code Challenge (English) (#39998)

This commit is contained in:
Bobby BuffaloBoy
2020-10-17 16:01:18 -05:00
committed by GitHub
parent 13e7251ed9
commit 71659b7c94

View File

@ -10,9 +10,9 @@ forumTopicId: 302243
Return an array with the current date in the formats: Return an array with the current date in the formats:
<ul> <ul>
<li>2007-11-23</li> <li>2007-11-23</li>
<li>Sunday, November 23, 2007</li> <li>Friday, November 23, 2007</li>
</ul> </ul>
Example output: <code>['2007-11-23', 'Sunday, November 23, 2007']</code> Example output: <code>['2007-11-23', 'Friday, November 23, 2007']</code>
</section> </section>
## Instructions ## Instructions