Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I have a access database I am working with. I am on ASPRunnerPro 5.2.In my access database the date is shown as mm/dd/yyyyIn my ASPRunnerPro page I only want to see the year. How would I do this without changing the Access Database?Thanks
You can use 'View as' Custom and ASP function Year() to display year only.Example: http://www.aspwebpro.com/aspscripts/dates/year.asp