Page 1 of 1

First day of the month function

Posted: Wed Nov 14, 2007 3:22 pm
by William_McGowan_(Guest)
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

Posted: Wed Nov 14, 2007 4:45 pm
by jlassell
I always use:____date() - day(date()) + 1.____So for date()=11/14/2007, it will give you 11/1/2007.____-Jeff__