3.2.0

Format as date or empty

We have a table where in a column a date can be shown or not. From the C#-WebService this is sent as DateTime.Min (jan 1. 0001). If this date is in the data we don't want to show anything in this cell. Is this possible with the AW.Formats.Date or do we have to Convert it to a String ourself?

Thanks
Roland
Roland
July 8,
OK, found it.
I use now

date.setErrorText("");
date.setErrorValue(0);

to not show "#ERR" in the cell and set the data to "" if the Date is before a certain date.

Roland
July 8,

This topic is archived.

See also:


Back to support forum