DateTimePicker on edit doesn't show value if using withoutSeconds but DB field is datetime

Just wondering if this is intentional or worth an issue/PR. Having a default datetime field in the DB, but storing seconds as 00 by using withoutSeconds on the DateTimePicker makes the value not display on the edit view. Ideally should this not just ignore seconds on the display formatting?
1 Reply
NikSpyratos
NikSpyratos13mo ago
I think it may be a general conversion issue - modifying with formatStateUsing seems to work (screenshot above)