Dear Eli,
In order to set up a date formula, you will firstly have to configure the 'Function Arguments'.
This is the function that allows you to create the date formula.
If you assigned the following to the Function Arguments:
=DATE(2009,1,1)
Then, you will just have to add 3 or six to the month as in the following formula:
=DATE(2009,4,1) or =DATE(2009,7,1)
Thanks.