meta data for this page
  •  

U_MONTHSHORTLANG

function from adhoc

Entrypoint u_monthshortlang compatible with UTF-8


Inputs/Outputs

   Input      TIMESTAMP      date optionally time 
              CSTRING(2)     language identifier for the output
   Output     CSTRING(4)     shortcut month in chosen language

Syntax

   Language version of  U_MONTHSHORT.
   Language identifier: every legal 2-digit identifier closed by the top-level-domains, e.g. de for German
   TestSQL
   SELECT 'AoĆ»' AS ISCORRECT, U_MONTHSHORTLANG('23.08.2004', 'fr') FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, U_MONTHSHORTLANG(NULL, NULL) FROM RDB$DATABASE;