Read the response you got to your original question
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
|I tried
| <% strTempday = WeekdayName(Weekday (CDate(FP_FieldVal(fp_rs,"startd"))))
| response.write left(strTempday, instr(3,strTempday,""))%>
|
| Which works but I wonder if it's a poor solution?
|
| --
| ---
| | > This is a quick one I hope...
| > <%=WeekdayName(Weekday(CDate(FP_FieldVal(fp_rs,"startd"))))%>
| > produced Weekday Name as say Monday, I wnat to change this to Mon etc
| >
| > Thanks M
| >
| > --
| > ---
| >
| >
|
|