[thelist] Way to trim WeekDayName in ASP?

Anthony Baratta Anthony at Baratta.com
Mon Feb 7 16:02:43 CST 2005


At 01:25 PM 2/7/2005, Pringle, Ron wrote:
>Is there a way to trim the values returned by WeekDayName in ASP down to
>just the first letter of each week day?
>
>I have a calendar and currently it displays the abbreviated week days (Mon,
>Tues, etc.). I'd like to just display the first letter instead (M,T,W etc.).


Left(WeekDayName(#),1)




More information about the thelist mailing list