meta data for this page
  •  

F_CMONTHLONG

compatibility to FreeUDFLib, FreeUDFLibC, FreeUDFLib AvERP, GrUDF

Entrypoint cmonthlong compatible with UTF-8


Inputs/Outputs

   Input      TIMESTAMP       date optionally time 
   Output     CSTRING(16)     month in english

Syntax

   TestSQL
   SELECT 'August' AS ISCORRECT, F_CMONTHLONG('23.08.2004') FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_CMONTHLONG(NULL) FROM RDB$DATABASE;