How to add months to a date at run time
Summary:
How to add months to a date at run time
Content (required):
Hi Expert,
I have a two input parameter one is date in 'MON-YY ' format and number of months .for example if user provide date is 'AUG-22' and number of months to be added is 4 then the final output should be 'DEC-22'.
Similarly if user enter 'AUG-22' and number of months 5, then the output should be 'JAN-23'.
How i can achieve the above the requirement.
Regards,
Pritam
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0