Page 1 of 1

date convertion with month increment by 1

Posted: Tue Jun 24, 2014 12:04 am
by A_SUSHMA
Hi,

I have one requirement .

My Source is

7/29/36
9/12/82
5/18/64


I want output is

1936-08-29
1983-01-09
1964-06-18

In the above example month should be increment by 1.

Posted: Tue Jun 24, 2014 1:18 am
by dsetlteam
DateOffsetByComponents(%basedate%,%yearoffset%,%monthoffset%,%dayoffset%) can do the trick for you

Posted: Tue Jun 24, 2014 7:23 am
by A_SUSHMA
Thanks for your reply.
I got output.