ctdbDateUnpack
Unpack a CTDATE date into the form day, month and year.
Declaration
CTDBRET ctdbDateUnpack(CTDATE Date, pNINT pyear, pNINT pmonth, pNINT pday)
Description
ctdbDateUnpack() unpacks a CTDATE date into the form day, month and year.
Returns
ctdbDateUnpack() returns CTDBRET_OK on success, or c-treeDB API error on failure.
See also
ctdbDatePack()