meta data for this page
  •  

F_CMONTHSHORT

compatibility to FreeUDFLibC

Entrypoint cmonthshort compatible with UTF-8


Inputs/Outputs

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

Syntax

   TestSQL
   SELECT 'Aug' AS ISCORRECT, F_CMONTHSHORT('23.08.2004') FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_CMONTHSHORT(NULL) FROM RDB$DATABASE;