|
Hi All,
Im trying a retrieve the weekday from date()
im doing like this :
fullDate = FormatDateTime(dayRS("replydate"),1)
pos=inStr(fullDate,",")
getWeekday = mid(fullDate,0,pos)
But getting the below error :
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'mid'
/mindex.asp, line 40
Can anyone help?
Thanks
Steve
|