I'm trying to build a field that can take partial dates, e.g. 2013, 12.2013 or 7.12.2013. I'm using a converter to convert these dates into 2013, 201312, 20131207, since in this format, they can easily be compared.
When I enter something like 13.2013, my input converter throws an exception. Which I think is correct. Unfortunately, the tooltext shown in the yellow triangle is the code of the converter. I there a way to show a dedicated message to the user?
When I enter something like 13.2013, my input converter throws an exception. Which I think is correct. Unfortunately, the tooltext shown in the yellow triangle is the code of the converter. I there a way to show a dedicated message to the user?