Oracle 10g forms
Hi All
I have a database item that's is called :trust_balances.balance_date, its type is date and its format mask is 'MON-YYYY'.
In this item user usually enter date something like MAY-2016 and oracle assume that this date =01-May-2016.
Now the problem is that if user enter date something like :trust_balances.balance_date=MAY16 then oracle assume thisĀ date format like 16-MAY-2016 but I what I want is thatĀ if user enter MAY16 then oracle automatically convert it with 01-May-2016, how come I do that ?. Please suggest