Keyboard Maestro - Setting a reminder for 1 week later

This Macro creates a Reminder for use with the Macro - 'Sending emails to Evernote' with the date set for seven days later than the current date.

First, it disassembles the current date %numberdate% into it's component parts

Then it establishes whether the month has 28, 30 or 31 days.

Next, calculate 7 days hence and increment month and year as appropriate if date wraps into new month.

Finally, re-assemble the day, month & year into a variable %vReminderdate% which is used by the 'Sending email to Evernote' Macro. The leading '!' is required by the Evernote subject line protocol for emailing reminders into the service.