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!