tags:

views:

467

answers:

1

Hi, default date format in DatePicker is "yyyy-mm-dd" but i need "dd-mm-yyyy". This one solution doesn't work for me.

A: 

The date is displayed using the CultureInfo.CurrentCulture, that is the Windows regional settings the user selected in the control panel and it seems that can't be changed. However it shouldn't really matter since it's the user preferred date/time setting.

Julien Lebosquain