We are experiencing a problem due to the fact that we are unable to format a particular column as a date. When the information is configured "MM/DD/YYYY" we can format it as a date, but, when we format the information "MM/DD/YYYY hh:mm:ss AM/PM" we are then unable to format the column as a date. We receive an error when we attempt to do so. We want the information to be formatted as a date so that the sort function sorts like a date instead of like a string.
For example, when the column is formatted as a date "12/31/2014" is seen to come before "01/01/2015". When the column is sorted as a string "01/01/2015" is seen to come before "12/31/2014".
Does anyone have any idea if we might be able to resolve this problem?
Thank you very much...