A Python app to display day names, month names, date suffixes, and calculate birth date details.
- Display day names (Monday to Sunday)
- Display month names
- Format ordinal dates (1st, 2nd, 3rd, etc.)
- Combined task: input name, age, birth month/date → calculate birth year
python3 date_logic.pyTested on Python 3.x