Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
reminder app logic problem
#4
Hey, that sounds like an excellent idea for a reminder app! To ensure users can only set future dates, you can compare the selected date with the current date and time. You can show an error message if the selected date is earlier than the current date. In Python, you could use the datetime module to do this.
Reply


Messages In This Thread
reminder app logic problem - by jacksfrustration - Jun-24-2024, 02:28 PM
RE: reminder app logic problem - by menator01 - Jun-24-2024, 03:06 PM
RE: reminder app logic problem - by AdamHensley - Jul-01-2024, 10:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem in formulating append logic shantanu97 1 1,135 Jun-07-2022, 08:35 AM
Last Post: ibreeden
  Python Reminder MSTeams Chatbot ajaymedidi 0 1,230 Sep-16-2021, 07:13 AM
Last Post: ajaymedidi
  Problem with and if() logic nikos 2 2,124 Feb-11-2019, 10:14 PM
Last Post: nikos
  Number logic problem m1xzg 13 11,051 Oct-23-2016, 09:36 PM
Last Post: m1xzg

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020