I have a simple signup form during registration that contains a datapicker for users to select their birthdates when they sign up. In my Users collection I created a new column called 'birthday' with type DATE and mapped the picker to that column.
However on signup I get an error that the date format is invalid (only way to succeed registration is to clear the date from picker). I tried adjusting the format to what it seems to want but it still hits error.
Do I need to make my 'birthday' column a string or am I missing something with the way the date should be formatted. Is it something to do with time?