|
-
Jan 23rd, 2001, 02:44 AM
#1
Thread Starter
Member
I have a date value stored in access in this format:
1/8/2000
I need to parse all these dates out in this format:
8/2000
or
82000
basically, I just need the month and year as a string.
how do i do this in VBscript?
if it helps you show me the syntax, im pulling the date with this:
rstNews("dtDate")
which will return the above mentioned 1/8/2000
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|