JS SDK database date type
Hello,
does anyone know how the sdk handles dates in the database?
I tried to add a datefield into the database, but unfortunately it doesnt pick up my used format.
{
"id": 7,
"username": "marvin",
"date": 2021,
}
but im sending it in this format:
{
"id": 7,
"username": "marvin",
"date": 2021-07-12,
}
Would be glad if anyone could help me.
Best Regards