The following formula will return the last day of any month, taking into account the end of year or leap years:
DateAdd("m", 1, Date(Year(Today), Month(Today), 1)) - 1
The following formula will return the last day of any month, taking into account the end of year or leap years:
DateAdd("m", 1, Date(Year(Today), Month(Today), 1)) - 1
Comments
0 comments
Please sign in to leave a comment.