Palindrome dates: Difference between revisions

Content added Content deleted
m (added whitespace and highlighting.)
Line 1: Line 1:
{{task}}
{{task}}
Today (2020-02-02) 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.
Today (2020-02-02) 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.



;Task
;Task
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.
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.
<br><br>


=={{header|Ada}}==
=={{header|Ada}}==