Closed jason00111 closed 7 years ago
Fixes #212
fixes dateOfBirth.match bug by adding .toString() to the dateOfBirth date object before calling the .match method
.toString()
dateOfBirth
.match
none
Fixes #212
Overview
fixes dateOfBirth.match bug by adding
.toString()
to thedateOfBirth
date object before calling the.match
methodData Model / DB Schema Changes
none
Environment / Configuration Changes
none
Notes
none