Hi Aamod,
to get the 'DD.MM.YYYY' format below is the script.
SELECT TO_CHAR(TO_DATE(:COEP_FIELD), 'DD.MM.YYYY') INTO IS_VALID FROM dummy ;
change the format according to your requirement.
Hi Aamod,
to get the 'DD.MM.YYYY' format below is the script.
SELECT TO_CHAR(TO_DATE(:COEP_FIELD), 'DD.MM.YYYY') INTO IS_VALID FROM dummy ;
change the format according to your requirement.