If I say
I get 60 which is March 1 of this year. I want to be able to display the first day of each month as text, so I tried
but it gives me 28-Feb-00. Can I not do what I'm trying to do? Kevin
slanek@ssd.fsi.com
Code:
#FirstDayOfMonth(Now())#
Code:
#DateFormat(FirstDayOfMonth(Now()), "D-MMM-YY")#
slanek@ssd.fsi.com