Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2387
changing the display value in one case
posted

I have a date column which should normally display a date, except for a special date: 12/31/9999.  The date is 12/31/9999 is our equivalent of NULL, so I want to display a meaningful string rather than the date.  I also need filtering enabled on the column and cannot have the date showing up there, either.

Sam