Posted 18 October 2022, 1:06 pm EST
Hello
I wanted to format an InputDatePicker to not display the default date whenever it is not selected and pass a null value to the database.
Something to replace in VB
Datetimepicker1.Format = DateTimePickerFormat.Custom
Datetimepicker1.CustomFormat = " "
Thanks for the help