Date of Birth Validation, Join Date, Others All Date Validation, Default Sysdate or Current Dat
Date of Birth Validation, Join Date, Others All Date Validation, Default Sysdate or Current Dat
+88 01917975575
Date of Birth:
Date of Birth er Format mask change kora jabena, Change korle error dibe
==============================================================
Validation:
Type: Function Body (Returning Error Text)
declare
V_DATE_OF_BIRTH DATE := :P11_DATE_OF_BIRTH ;
begin
if V_DATE_OF_BIRTH >= to_date(sysdate,'mm/dd/rrrr') then
return 'This Date of Birth is Greater Than The Current Date.';
else
null;
end if;
end;
########################################################
Page 1 of 1
Youtube Channel: https://www.youtube.com/channel/UCIuePiQ8lvB6hLmBBJHfDhw