First day of the month function

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
William_McGowan_(Guest)
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

First day of the month function

Post by William_McGowan_(Guest) » Wed Nov 14, 2007 3:22 pm

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

jlassell
Posts: 15
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: First day of the month function

Post by jlassell » Wed Nov 14, 2007 4:45 pm

I always use:____date() - day(date()) + 1.____So for date()=11/14/2007, it will give you 11/1/2007.____-Jeff__

Post Reply