I use nebular datepicker on my project, on backend we just need the date only without hour and min, so we trim the date. but nebular sending the date on iso date format. thats the problem. When I type like Jul 23 2021, the date in my form formated like 2021-07-22T17:00:0000Z On the server, we got 2021-07-22 instead of 2021-07-23 So I need way to solve this? Can I have setting in nebular to disable the iso format ?
ps: i use angular 11, nebular from ngx-admin
Sc from frontend:
sc from backend: (Dotnet C#)