|
|
Converts internal date to calendar date
function PXDateDecode
(aDate : TDate; { long value to decode }
var Mo : Integer; { decoded month value }
var Da : Integer; { decoded date value }
var Yr : Integer): Integer; { decoded year value }
Errors: None |
|
|