meta data for this page
  •  

U_MONTHLONG

function from adhoc

Entrypoint u_monthlong compatible with UTF-8


Inputs/Outputs

   Input      TIMESTAMP       date optionally time 
   Output     CSTRING(20)     month in the language of OS

Syntax

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