NWUnpackDate
Unpacks a packed date into the passed structure
#include <nwmisc.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY (void) NWUnpackDate (
nuint16 date,
NW_DATE N_FAR *sDate);
#include <nwmisc.inc>
Procedure NWUnpackDate
(date : nuint16;
Var sDate : NW_DATE
);
None
Many functions return dates in a packed format identical to that defined by DOS. The bits are defined as follows:
0-4 Day 5-8 Month 9-15 Year minus 1980
NWPackDate, NWPackDateTime, NWPackTime, NWUnpackDateTime, NWUnpackTime