« on: April 12, 2021, 07:15:41 pm »
Hi
here a demo for the task search Palindrome Date
http://rosettacode.org/wiki/Palindrome_dates'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
dateTest = ""
Mounth = 0
Day = 0
Year = 0
Pal = 0
If Mounth
< 10 Then dateTest
= dateTest
+ "0" If Day
< 10 Then dateTest
= dateTest
+ "0" 'Print dateTest: Sleep
dateTest
= Left$(dateTest
, 6) dateTest
= Left$(dateTest
, 4) dateTest = ""
copy paste and run to take a look
« Last Edit: April 12, 2021, 07:27:10 pm by TempodiBasic »
Logged
Programming isn't difficult, only it's consuming time and coffee