Hi, pretty much self explanatory question in the title, I am using Angular v18 along with ngx-formly v6 and noticed that I can't set the output / parse to be a timestamp (number) instead of a Date object as the input field will become invalid.
Any suggestion / fix is welcomed as I need the timestamp in my forms to be sent to the backend.
An alternative solution would be manually doing date_field.getTime() with all forms that make use of the datepicker T.T
Stackblitz: https://stackblitz.com/edit/hmpuzh-ap9gwqvp?file=src%2Fapp%2Fapp.component.ts