3
Answers

Date Time Picker Control

Pranav Shah

Pranav Shah

11y
811
1
How to change the DatetimePicker control sequence(DD-MM-YYYY) when click on datetimepicker control?
Answers (3)
1
Ramesh Palaniappan
NA 13.2k 722.6k 8y
  1. [WebBrowsable(true),
  2. WebDisplayName("ListName"),
  3. WebDescription("ThisAcceptstextInput"),
  4. Personalizable(PersonalizationScope.Shared),
  5. Category("WarrantyMessages")]
  6. publicstringlistName{get;set;}
above code will add webpart property name "List Name"
Accepted