meta data for this page
  •  

U_MONTHSHORT

compatibility to FreeUDFLib, FreeUDFLib AvERP, GrUDF

Entrypoint u_monthshort compatible with UTF-8


Inputs/Outputs

   Input      TIMESTAMP       date optionally time 
   Output     CSTRING(4)      shortcut month in language of OS

Syntax

   TestSQL
   SELECT 'deutsch: Jan' AS ISCORRECT, U_MONTHSHORT('01.01.2010') FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, U_MONTHSHORT(NULL) FROM RDB$DATABASE;