jasonsalas
IS-IT--Management
Hi everyone,
I've got a string value that I'm pulling out of a database, which is rendered by the VBScript FORMATDATETIME function:
FormatDateTime(objRS("Date"
,1)
The data is, of course, presented like so:
June 12, 2002
But I'd like to display this only as "June 12".
Any ideas? Is there anything in VBScript comparable to JavaScript's Substring method?
Thanks!
I've got a string value that I'm pulling out of a database, which is rendered by the VBScript FORMATDATETIME function:
FormatDateTime(objRS("Date"
The data is, of course, presented like so:
June 12, 2002
But I'd like to display this only as "June 12".
Any ideas? Is there anything in VBScript comparable to JavaScript's Substring method?
Thanks!