Hello.. Thanks for the reply..
Our issue is that we have a calendar list of items. I have the items sorted by date, but I also need them sorted by date and then time. So items occurring at 3pm are listed above the items which occur at 7pm. Right now, they seem to be sorted by date and then by when they were entered into the system.
I have a date column and a time column. The date column is configured for an outputsetting (dnn 6.1.1) "dddd, MMMM dd, yyyy". The time column is configured for an outputsetting (dnn 6.1.1) "h:mm tt".
I have a calculated column (named "Combined DT") which is configured for InputSettings (dnn 6.1.1) as "Date and Time" and its expression is configured for "[Date_UDT_Value] + [Start Time]".
When I view the listing in the Default Grid Table, I get the following error:
Cannot convert value ''<!--063450518400-->Friday, September 02, 20111/1/0001 11:00:00 AM'' to Type: System.DateTime.
But what's odd is that these items are for the November calendar. Why it's showing this, I don't know.
Any help or suggestions? Thanks.. -Jeff