datetime - Sharepoint DateTimeControl: set it to null -
How can I set the selected value of a SharePoint DateTimeControl? When you first load it into a page, no price is selected (even if the returned value is not properly, but someone can see it with IsDateEmpty). How can I set the program back to the initial, empty value?
Thanks
found it.
myDateTimeControl.ClearSelection ();
Comments
Post a Comment