Function EN Version 1.90

@Day

List Misc TimeDate

Syntax

@Day(TD1);
@Day(TDLIST1);
@Day(TD1;TEXTOPTIONS);
@Day(TDLIST1;TEXTOPTIONS);

Description

Returns the day of the month of TD/TDLIST TD1/TDLIST1.

If the @function is called with the parameter TEXTOPTIONS is called, this determines the return type.
F=Wie ohne TEXTOPTIONS (return data type = FLOAT/FLOATLIST)
A=return data type = TEXT/TEXTLIST
A2=return data type = TEXT/TEXTLIST; minimum text length 2 characters

Example: @Day(TD1)

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

returns 30

Example: @Day(TDLIST1)

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

returns 30:31

Example: @Day(TD1;TEXTOPTIONS)

TD1:=[01.09.93 14:35];
@Day(TD1;"A2");

returns "01"

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