M
melon
How do I access the Date Time Picker, and then change the value to
today's date?
I tried this:
XDocument.DOM.selectSingleNode("/dfs:myFields/my:SPADate").Value =
today();
but I get an error message: Object expected
What could be the problem?
today's date?
I tried this:
XDocument.DOM.selectSingleNode("/dfs:myFields/my:SPADate").Value =
today();
but I get an error message: Object expected
What could be the problem?