Calculate First of Next Month
-
- Posts: 2
- Joined: Tue Oct 10, 2017 12:44 pm
Calculate First of Next Month
I need to calculate the first day of the next month {MM/01/YYYY} from a date field {MM/DD/YYYY}. Is their an easy way to do this?____
=> RE: Calculate First of Next Month
There are lots of ways to get there but I generally use:____Addmons(datefield,1)-Day(Addmons(datefield,1))+1____Kathleen__R&R Support
-
- Posts: 2
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Calculate First of Next Month
Thanks!!!__