Finding Last Date of the Month

If you want to to find last date of the month, here is a simple way.

1. Increment one month of that date
2. Decrement one day of that date
tmpDate:=@Date(@TextToNumber(tmpYear); @TextToNumber(tmpMonth); 1);
AdjustedDate:=@Adjust(tmpDate;0;1;0;0;0;0);
@Adjust(AdjusteDate;0;0;-1;0;0;0)

This was first published in April 2001

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.