Jürgen Hestermann wrote on Sun, 12 Aug 2012:

I am not able to use this function:
http://www.freepascal.org/docs-html/rtl/dos/weekday.html
nor can I find it in the sources.
Does it still exist?
If yes, how to use it? Which unit? DOS does not work.

The weekday function only exists in the unix version of the Dos unit.
It should probably either be removed from its interface, or added to
the common part of the Dos unit (there's nothing unix-specific about
it).

The generic function to calculate the day of the week is
http://www.freepascal.org/docs-html/rtl/sysutils/dayofweek.html


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to