I am working on an application whose target will be the greek market. My problem is that I want the date input fields to have the greek date format (which is dd-mm-yyyy) and the calendar to be in greek regardless of the browser settings. I suspect that there is some way to achieve this using the Locale attribute of either the Session, or the input field, in order to avoid using some 3rd party plugin (like the jQuery datepicker). Am I correct in thinking so? And if yes, what is the proper way to do this?
What I tried to do was setLocale("el") when initiating the input field and when creating a new session, both of which did not work out.