I have an MVC app and I need to use datetime format for Turkey. I have datitime being used all over the place. Is there a way i can do this at one place and it will be formatted.
I remember reading something about Thread CurrentCulture long time ago?
How can i get this done? any ideas?
You can set the culture and UI culture via your web.config, using the globalization element of system.web
You may also consider adding a partial for DateTime in your DisplayTemplates: