SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

When we edit a date of birth, it needs to be in the correct format #289

Closed smarkandu closed 2 years ago

smarkandu commented 2 years ago

Right now, when we edit a data of birth, it puts it in the following format:

dd/mm/yyyy

This is incorrect, as we need to parse this string from the db into a Date object in our code. The correct format is:

mm/dd/yyyy