meta data for this page
  •  

F_CMONTHLONGLANG

function from adhoc

Entrypoint cmonthlonglang not compatible with UTF-8 - use U_MONTHLONGLANG


Inputs/Outputs

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

Syntax

   Language version of  F_CMONTHLONG.
   Language identifier: de = German, uk = English, fr = French, es = Spanish, it =Italian, es = Spanish, pt = Portuguese,
   nl = Dutch, no = Norwegian, Bokmål, se = Swedish, dk = Danish, fi = Finnish, hu = Hungarian, ie = Irish(Gaelic),
   ee = Estonian, is = Icelandic, al = Albanian, va = Classical Latin, v1 = Ecclesiastical Latin, c1 = Catalan, s1 = Scots,
   s2 = Scottish Gaelic, w1 = Welsh, b1 = Breton, b2 = Basque, n1 = Norwegian, Nynorsk, za = Afrikaans, fo = Faroese,
   lu = Luxembourgish, w2 = Wallon
   TestSQL
   SELECT 'Août' AS ISCORRECT, F_CMONTHLONGLANG('23.08.2004', 'fr') FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_CMONTHLONGLANG(NULL, NULL) FROM RDB$DATABASE;