Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 662 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 662 Bytes

Rosetta Code tasks (Javascript).

These are pieces of code published in Rosseta Code specifically for Javascript.

Palindrome dates

Today (2020-02-02, at the time of this writing) happens to be a palindrome, without the hyphens, not only for those countries which express their dates in the yyyy-mm-dd format but, unusually, also for countries which use the dd-mm-yyyy format. Write a program which calculates and shows the next 15 palindromic dates for those countries which express their dates in the yyyy-mm-dd format.

For more details check Rosetta Code task