Notes
Field: Date__c= 3/5/2010
Let's create another field with the data type Formula;
Data Type: Formula
Formula Return Type: Date
Field Label: Updated Date
Field Name (Auto): Updated_Date__c
Formula:
ADDMONTHS(Date__c, 4)
Output: Update_Date__c = 7/5/2010