SS_DATEFORMAT Structure
Applies To
fpSpread control
Definition
typedef struct tagSS_DATEFORMAT
{
BOOL bCentury;
TUCHAR cSeparator;
int nFormat;
BOOL bSpin;
} SS_DATEFORMAT, FAR *LPSS_DATEFORMAT;
Fields
The following fields are available:
Field | Description | |
---|---|---|
bCentury | Displays year with century (1996 versus 96) | |
cSeparator | Date separator character | |
nFormat | Date format Choose one of the following values: |
|
Constant | Description for June 1, 1996 | |
IDF_DDMONYY | 01/JUN/96 | |
IDF_DDMMYY | 01/06/96 | |
IDF_MMDDYY | 06/01/96 | |
IDF_YYMMDD | 96/06/01 | |
bSpin | Displays spin button |