BekahT / VetApp

A Java desktop application to be used in a veterinarian's office for managing clients, pets, and appointments.
0 stars 0 forks source link

Compare pet date of birth to current date #65

Closed nour-d closed 4 years ago

BekahT commented 4 years ago

DOB cannot be after today's date. Pets must have been born in the past. https://www.geeksforgeeks.org/compare-dates-in-java/

cp-umuc commented 4 years ago

What about today's date? Do we want to be able to create a pet that was born today? Right now I get an error if I try. My preference is that the date can be today or earlier since the the test case says it can't be created in the future.

Screen Shot 2020-04-23 at 10 07 20 PM