gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I want to put the date on my form. But I want it to say "Today is: .........."
I know how to concatenate it ("Today is: " & NOW()) but how do I get the date formatted properly? What I am doing is giving me 7/1/2017 4:41:35 PM
I want it to show Today is: Saturday, July 01, 2017 (the day, month day and year)
I know how to concatenate it ("Today is: " & NOW()) but how do I get the date formatted properly? What I am doing is giving me 7/1/2017 4:41:35 PM
I want it to show Today is: Saturday, July 01, 2017 (the day, month day and year)