Hi
I have a sql query that returns numbers from 0 to 14. When I'm showing the result on my asp page I would like to convert these numbers into
0 = "Today", 1 = "Yesterday", 2 = {the name of the day before yesterday (if ran today it would be "sunday"} and so on.
Anyone know how I can accomplish this?
</Morten>
I have a sql query that returns numbers from 0 to 14. When I'm showing the result on my asp page I would like to convert these numbers into
0 = "Today", 1 = "Yesterday", 2 = {the name of the day before yesterday (if ran today it would be "sunday"} and so on.
Anyone know how I can accomplish this?
</Morten>