Hi there,
I’d like to change the format which the calendar control uses to display the current date, to the left of the "Today" button. (Please see the attached screenshot – it's the format of the section circled in red which I’d like to change.) I’m specifically trying to use dd/MM/yy and have already tried this:
radDateTimePicker1.Format = DateTimePickerFormat.Custom;
radDateTimePicker1.CustomFormat = "dd/MM/yy";
Would you please describe how to change the date format to the left of the “Today” button?
Thank you,
Ben