Hello all, I am trying to create a variable in a DTS that is a date. What I am doing is this:
Dim CurDate
CurDate = Date
What this gives me is the full date. What I would like to get is just the month and year like this 04/04
How do I format this?
Thank you
Dim CurDate
CurDate = Date
What this gives me is the full date. What I would like to get is just the month and year like this 04/04
How do I format this?
Thank you