× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



if %rem(%abs(%diff (myDate: d'1800-01-05': *days)): 7) = 5 and
%subdt(myDate :*D) <=7;
// it is the first Friday of the month, do stuff
endif;


Note:
%rem(%abs(%diff (myDate: d'1800-01-05': *days)): 7) = 5 <== determine if
it is Friday.

%subdt(myDate :*D) <=7 <== determine if the Friday date is the first
Friday of the month


Note: Not an existing code on our system ==> Has not fully tested.



<ewart.desouza@xxxxxxxxxxx> wrote in message
news:<mailman.11382.1230029892.13295.rpg400-l@xxxxxxxxxxxx>...
Hello All,

Anyone have a code snippet to identify if a date is the 1st Friday of
the
month ?

Thanks & best regards
Ewart

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.