Hello team,
In my mvc C# inventory management application, my date dataType in the SQL server DB is date( yyyy-MM-dd), which I did data manipulation at the frontend to covert it to dd-MM-yyyy and it works on my local machine but when I hosted on somee it is not working as I want, but if use nvarchar dataType for the date format as string I got it perfectly as dd-MM-yyyy, I guess somee.com server is configured that way but my worry also is when I want to filter sales sales data wouldn't it cause any problems. Because our date format is dd-MM-yyyy, I did everything possible on the live server to covert it to dd-MM-yyyy but is not working. Kindly assist, thanks.