Unplanned
Last Updated: 24 Jun 2019 11:15 by ADMIN
Simon Hellings
Created on: 24 Jun 2019 06:52
Category: Editors
Type: Feature Request
1
RadDateTimePicker: Add a property that allows you to mimic the standard control year editing

Set the format:

dateTimePicker1.Format = DateTimePickerFormat.Custom;
dateTimePicker1.CustomFormat = "dd/MM/yyyy";

Enter 18 in the yaer part, the year should be set to 2018, the year should be cleared when starting to type as well.

 

0 comments