I have a scenario where I have to show datetime in dd/mm/yyyy format in client side application(includes datepicker).But the date will be saved in default mssql date format which is mm/dd/yy or yyyy-mm-dd.The problem is everywhere I select date from datepicker I have to convert datetime in yyyy-mm-dd manually.My application supports different countries and datetime format will differ.I would be grateful if anyone suggests me a best possible generic solution.
Asked
Active
Viewed 161 times
2

Ole V.V.
- 81,772
- 15
- 137
- 161

santosh timalsina
- 197
- 9
-
Have you settled on a programming language yet? – Ole V.V. Dec 27 '17 at 14:05
-
Possible duplicate of [Format date by provided time zone in java](https://stackoverflow.com/questions/44384625/format-date-by-provided-time-zone-in-java) – Ole V.V. Dec 27 '17 at 16:48
-
I am using jquery in asp.net. – santosh timalsina Dec 28 '17 at 11:08