I'm creating a program which can take appointments. E.g. A doctors appointment, it will take name, number and date the appointment was created into an array.
if i want to check between date a and date b and see what appointments are between those dates how would i go about this?
I'm using the Gregorian Calendar