IDtObjectDataFormat.DateFormat

Syntax

DateFormat: String;

Description

The DateFormat property determines data format.

Comments

To set data format the following codes are used:

Date format Displayed value
Russian English  
MM MM Month as a number from 01 to 12
MMM MMM Month as Jan-Dec
MMMM MMMM Month as January-December
Д D Day as a number from 1 to 31
ДД DD Day as a number from 01 to 31
ДДД DDD Day as Mon-Sun
ДДДД DDDD Day as Monday-Sunday
ГГ YY Year as 01-99
ГГГГ YYYY Year as 1900-9999

Example

The example of use is given in description of the IDtTextProvider.TextCodePage property.

See also:

IDtObjectDataFormat