If you date is a DateTime Object (no string, no...), you can use:
DateTime yesterday = DateTime.now();
yesterday.AddDays(-14);
You can use as well AddMonths, ...
Good Luck
Braulio
/// ------------------------------
/// Braulio Díez
///
/// http://www.tipsdotnet.com
/// ------------------------------
> Hi,
>
[quoted text clipped - 6 lines]
> Select reveiveddate from table1
> where receiveddate = GetDate()-day(14)