When trying to execute an Insert comment using the Insert CLass I get the following Exception:
The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
I am uing the following globalization settings:
<globalization uiCulture="en-AU" culture="en-AU"/>
And my date format is :"dd/mm/YYYY"
I can workaround the exception using:
ci.Date.HasValue?ci.Date.Value.ToString("yyyy-MM-dd HH:mm:ss"):null
But this is ugly as...is there something I can do so subsonic picks my globalization settings?
Thanks
Luis