[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I reference specific dates: e.g.: 15th Jan for every Year, 2001, 2002, 2003 etc??



PureBytes Links

Trading Reference Links

If Month(Date) = 1 and DayOfMonth(Date) = 15 then begin
   do this;
   do that;
End;

-- 
  Dennis