I am having a bit of an issue with my 2 Umbraco instances. We are using source control (SVN) to keep files under control but local versions of the database (although created from the same backup).
When I run this line of code:
docChild.GetProperty("assessmentDate").Value
One version returns a short date but another returns an XML type datetime?
Is this difference due to SQL Server settings, we are using SQL Server 2012 with both locales set to British?
Getting value from a DatePicker field.
Hi Guys,
I am having a bit of an issue with my 2 Umbraco instances. We are using source control (SVN) to keep files under control but local versions of the database (although created from the same backup).
When I run this line of code:
docChild.GetProperty("assessmentDate").Value
One version returns a short date but another returns an XML type datetime?
Is this difference due to SQL Server settings, we are using SQL Server 2012 with both locales set to British?
is working on a reply...