JDEDATE Data Type
The JDEDATE data type is commonly used to represent dates in JD Edwards EnterpriseOne. The data type is defined as follows:
struct tag JDEDATE { short nYear; short nMonth; short nDay; }; typedef struct tag JDEDATE JDEDATE, FAR *LPJDEDATE;
JDEDATE Element |
Description |
---|---|
nYear |
The year |
nMonth |
The month |
nDay |
The day |