User-1917713218 posted
Hello All,
In my application, gridview is used to display data.
But the problem is that I want to show date in “dd-MM-yyyy hh:mm tt”.
In English culture it displays right format.
But when I change current culture to Swedish the date format changes to “dd-MM-yyyy hh:mm”
means it didn't displays “AM/PM” in Swedish.
There is not a single line change in code to get data and display in gridview.
So if any one of you have faced same problem then please give me appropriate solution for the same.