Hi everyone, I'm Italian.
I would like to create a world day app.
The app must have two functions:
the first is the one that you can see the list of all world days (month by month)
the second that on the main screen says today's date example: October 17, 2021
if today has a world day, after a check, the screen will show:
October 17, 2021 "World Poverty Eradication Day"
Can you teach me to understand the logic to create this application? Thanks in advance.
use if..then statements to compare today's date with the World Days List you create. If the date is the same, post some information. See Programming Your App to Make Decisions to learn how to use the if..then statements.