Function EN Version 1.90

@Month

List Misc TimeDate

Syntax

@Month(TD1);
@Month(TDLIST1);
@Month(TD1;TEXTOPTIONS);
@Month(TDLIST1;TEXTOPTIONS);

Description

Returns the month of TD/TDLIST TD1/TDLIST1.

If the @Function is called with the parameter TEXTOPTIONS the return data-type is as follows.
F=default TEXTOPTIONS (return data-type = FLOAT/FLOATLIST)
A=return data-type = TEXT/TEXTLIST
A2=return data-type = TEXT/TEXTLIST; 2 characters minimum

Example: @Month(TD1)

TD1:=[30.09.93 14:35];
@Month(TD1);

returns 9

Example: @Month(TDLIST1)

TDLIST1:=[30.09.93 14:35]:[31.12.93 23:55:30];
@Month(TDLIST1);

returns 9:12

Example: @Month(TD1;TEXTOPTIONS)

TD1:=[30.09.93 14:35];
@Month(TD1);

returns "09"

Note : This text was machine-translated and may contain inaccuracies.