[fpc-pascal] Explicit date from double format

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Sep 29 13:55:41 CEST 2004



On Wed, 29 Sep 2004, Jilani Khaldi wrote:

> Hi All,
> Does somebody kown the algorithm to convert a date from the double
> format  to an explicit format?
> Example: the function "now" givers me: 3.825956615197917E+004
> I want to transform it in: year-month-day....


Why not use DateToStr() or FormatDateTime() from sysutils ?

Michael.




More information about the fpc-pascal mailing list