Subj : src/sbbs3/js_user.c To : Git commit to sbbs/master From : Rob Swindell Date : Sat Oct 03 2020 12:55 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/7faa8a64b0ff3506e3f1fc5f Modified Files: src/sbbs3/js_user.c Log Message: Add user properties: birthyear, birthmonth, and birthday These allow the easy reading or writing of these sub-field values of the user.birthdate property. When migrating from the legacy formats (e.g. MM/DD/YY or DD/MM/YY), it's required to write all 3 properties to get a correct birthdate/age. Otherwise, "13/31/69" could become "19691/69" (for example) which isn't going to parse correctly. .