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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -