Patient.Age.DateOfBirth returns something like "Sun Apr 01 1928 01:00:00 GMT+0300 (EEST)" which is quite difficult to work with and convert to other locales.
Let's use ISO Date Time format for:
Patient.Age.DateOfBirth
User.Age.DateOfBirth
Patient.Age.DateOfDeath
In addition DToB (Date Time of Birth) should be recorded in UTC...
Patient.Age.DateOfBirth returns something like "Sun Apr 01 1928 01:00:00 GMT+0300 (EEST)" which is quite difficult to work with and convert to other locales. Let's use ISO Date Time format for:
In addition DToB (Date Time of Birth) should be recorded in UTC...