Closed smarkandu closed 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
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