meta data for this page
  •  

F_OSTERSAMSTAG

function from adhoc

Entrypoint ostersamstag compatible with UTF-8


Inputs/Outputs

   Input      INTEGER     year
   Output     DATE        date of Easter Saturday of the year

Syntax

   TestSQL
   SELECT '07.04.2007' AS ISCORRECT, F_OSTERSAMSTAG(2007) FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_OSTERSAMSTAG(NULL) FROM RDB$DATABASE;