Hi All,
I have date item with format mask as MM/DD/RRRR
once after entering a value like '01/01/3022' in the when validate item it is getting converted to '01-jan-22' and NOT '01-jan-3022'. problem is i am comparing this date with another date for a validation and so its not correctly working as the YEAR is WRONG. kindly advice how to get the year as '3022' and do a comparison in oracle forms 12c.