First day of the month function
-
- Posts: 1
- Joined: Tue Oct 10, 2017 12:44 pm
First day of the month function
Is there a function that I can^t find that will return the first day of the month???____Thanks in advance____Bill McGowan__Director of Operations__Allen Medical Systems__978-263-5401 x245____Using R&R v9
=> RE: First day of the month function
I always use:____date() - day(date()) + 1.____So for date()=11/14/2007, it will give you 11/1/2007.____-Jeff__