A database holds the date as a varchar in the format yyyymmdd so today is held as 20080320
Is it possible to output this on my page as 20/03/2008
At present I just call it using rs("deadlinedate") which outputs 20080320. I tried to use right and left
thanks for any help you can give
Is it possible to output this on my page as 20/03/2008
At present I just call it using rs("deadlinedate") which outputs 20080320. I tried to use right and left
thanks for any help you can give