You need to sign in to do that
Don't have an account?

Assigning date value in date field
Hi,
I am facing problem in setting the standard Task.ActivityDate by using .NET
It shows me following error
+++++++++++++++++++++++++++
'4/11/2008' is not a valid value for the type xsd:date
'4/11/2008 12:00:00 PM' is not a valid value for the type xsd:date
'2008/4/11' is not a valid value for the type xsd:date
+++++++++++++++++++++++++++
Can anybody give me idea how to set the date in a standard object field ?
Help me to pull out from this problem
Thanks
Rameshwar
xmlNode.InnerText = tmpDate.ToUniversalTime().ToString("yyyy-MM-dd");