× 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.



David Foxwell wrote:
Now, what about the FIRST day of the month?
... at the moment I have :

/Ugh
1stDay= %DATE ( '01' + %SUBST ( %CHAR ( MyDate ) : 3 ) : *EUR ); //
Format is DD.MM.YYYY.

/End-Ugh


Subtract the number of days in the month less one:

FirstDay = MyDate - %days(%subdt(MyDate : *d) - 1);

Your current code would only work if MyDate had datfmt *EUR; it would work for all date variables if you code %CHAR(MyDate:*EUR). But still, it's better to avoid messing with the formats at all, except where it's necessary due to having dates in character or numeric variables.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.