FMTDate (date format)

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

FMTDate (date format)

Return to chapter overview

The FMTDate structure describes the date format for the session, using the following fields:

Field

Type

Description

szDateSeparator[4]

CHAR

Specifies the date separator character.

iDateMode

INT8

Specifies the date format: 0 = MDY, 1 = DMY, 2=YMD.

bFourDigitYear

INT8

If TRUE, write year as four digits.

bYearBiased

INT8

If TRUE, on input add 1900 to year.

bMonthLeadingZero

INT8

If TRUE, the month is displayed with a leading zero.

bDayLeadingZero

INT8

If TRUE, the day is displayed with a leading zero.