I am making a task manager program, and I am stuck on one function I need for it.
I need to ask the user for a begin date and end date and print all tasks
between the two dates exclusively.
I know how to find a single "task" based on the description, which you will see below.
Any ideas on how I would go about this? Any help is greatly appreciated.