Multiple choice technology programming languages

What formula should be used to get a date, 2 months from todays date?

  1. @Text

  2. @Adjust

  3. @Date

  4. @Month

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Lotus Notes formula language, @Adjust adjusts a date-time value by specified intervals. @Adjust(@Today; 2; 0; 0; 0; 0; 0) adds 2 months to today's date.