Hi,

i want to know how to subtract from the current date.
i have a menu in my form which contains the options , Today, Yesterday, last week.
Under the Today option i am able to get the work done with the QDate::current date() and getting the date .
My question is how can i get the Yesterday date??
i mean how can i subtract 1 from my current date.

Thanks in advance....