Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_easter()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_EASTER()
 Return the date of Easter
------------------------------------------------------------------------------

 Syntax

      FT_EASTER( <xYear> ) -> dEdate

 Arguments

     xYear can be a character, date or numeric describing the year
     for which you wish to receive the date of Easter.

 Returns

     The actual date that Easter occurs.

 Description

     Returns the date of Easter for any year after 1582 up to Clipper's
     limit which the manual states is 9999, but the Guide agrees with
     the actual imposed limit of 2999.

     This function can be useful in calender type programs that indicate
     when holidays occur.

 Examples

     dEdate := FT_EASTER( 1990 )     && returns 04/15/1990

 Source: EASTER.PRG

 Author: Paul Tucker

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson