The HebHolyDays.pas was Written as a need for hebrew calander.
I used the moon component by Copyright 1997-2001 Andreas H?rstemeier
and changed all the raise EConvertError.Create(.. to
something else as nedded.(i left the original for documantation)

two functions are used

function IsItAnHoliday(Date: TdateTime):Boolean;
  if an holiday return true.

function GetHolidayName(Date: TdateTime;var DaySpan:integer):String;
  return then name and the span of an holiday.(In HEBREW)

new component !
I used the component
Year Planner component written by Jonathan Hosking, May 2002.
look fot the IsItAnHoliday function in it

if you use the the TDateEdit control by 
RX Library 2.75 port to Delphi 6, v1.1 (by Oleg Fyodorov)
then ADD the PICKDATE.PAS to the project it will
modify the calander acording to jewish dates.
Again look for the IsItAnHoliday function in it

19.7.2004 shlomo abuisak
Lim Electronics
Email:limelect@bezeqint.net
