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

Re: Date Functions



PureBytes Links

Trading Reference Links

At 3:18 PM -0400 4/11/01, lazar223@xxxxxxxxxxx wrote:

>Is there a daily, weekly or monthly function equivalent to "currentdate"
>? As always, TIA!

These functions return some of these:


Mo = Month(CurrentDate);
Yr = Year(CurrentDate);
Da = DayOfWeek(CurrentDate);

Bob Fulks