I am using admin-bro / adminjs to create a CRUD admin portal but some of the fields are date fields and when I tried to Edit an item that already exists and clicked in save Sequelize gives me this error:
SequelizeDatabaseError: Conversion failed when converting date and/or time from character string.
Anyone that has overcome this problem?