I use the Custom "View As" to set color and alignment on a date. When I use the following code it changes my date format. How do I change the date format to short date in the following code?
if rs("EventType")="Phase" then
strValue = "<font color=LightGrey>" & strValue & "</font>"
end if