Urgent <br><br>Date manupulation. I have date in format 'MMDDYYYY' I<br>want to add 365 days. How can it be done. Can i use any<br>date functions. Please let me know.<br><br>Thanks in advance.<br><br>U.J.Rao
First, reverse the date format to YYYYMMDD<br>Next, use FUNCTION INTEGER-OF-DATE to convert the date to an integer.<br>Add 365.<br>Use FUNCTION DATE-OF-INTEGER to convert it back to a YYYYMMDD field.<br>Reverse the date format to MMDDYYYY and you are done!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.