How to TypeText the Date - 60 Days?

I got this going well to type out the current date in the format I need:

09/28/2011


	TypeText formattedTime("%m"&"/"&"%d"&"/"&"%Y")

Now I want to Type out the date MINUS 60 days… I tried


put the date - 60 day into date
	TypeText formattedTime("%m"&"/"&"%d"&"/"&"%Y")

Eh?

typeText formattedTime("%m/%d/%Y", the date - 60 days)