I am trying get the day of the week from some text that is passed to me.
I know I can get the Numeric day of week (1 - 7) by doing Weekday("03/15/2004"), but the dates I am getting are from the airlines and are in format 15mar04 (ddmmmyy). I need to get the day of the week (Sun,Mon etc).
How would I best do this in ASP?
Thanks,
Tom.
I know I can get the Numeric day of week (1 - 7) by doing Weekday("03/15/2004"), but the dates I am getting are from the airlines and are in format 15mar04 (ddmmmyy). I need to get the day of the week (Sun,Mon etc).
How would I best do this in ASP?
Thanks,
Tom.