R
ragtopcaddy via AccessMonster.com
I have a text file dumped in my db that contains a date field in month-year
format. It's a string like "Apr-08" for April, 2008. If I use the cdate
function it comes out "08-Apr-2006". I'd like to end up with "Apr-2008" if
possible. I would settle for "01-Apr-2008" if necessary.
format. It's a string like "Apr-08" for April, 2008. If I use the cdate
function it comes out "08-Apr-2006". I'd like to end up with "Apr-2008" if
possible. I would settle for "01-Apr-2008" if necessary.