My report shows the date time as "Friday, May 08, 2015", but I would like to remove the 0 in the date field if the value is one digit.
Should I use an expression to handle this? And if so, can I get some help with expression?
Thank,
Yes, use an expression, the expression will look like this (replace Now() with your date value)
Now()
=Format(Now(), "dddd, MMM d, yyyy")
Your best bet is to use this expression:
from
dddd
MMM
d
yyyy