Files
harbour-core/contrib/hbnf/firstday.prg
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

33 lines
608 B
Plaintext

/*
* $Id$
*/
/*
* Author....: Jeff Bryant
* CIS ID....: ?
*
* This function is an original work by Jeff Bryant and is placed in the
* public domain.
*
* Modification history:
* ---------------------
*
* Rev 1.2 15 Aug 1991 23:03:38 GLENN
* Forest Belt proofread/edited/cleaned up doc
*
* Rev 1.1 14 Jun 1991 19:51:54 GLENN
* Minor edit to file header
*
* Rev 1.0 01 Apr 1991 01:01:24 GLENN
* Nanforum Toolkit
*
*/
FUNCTION ft_FDay( dDateToChk )
IF ! HB_ISDATE( dDatetoChk )
dDatetoChk := Date()
ENDIF
RETURN dDateToChk - ( Day( dDateToChk ) - 1 )