lookforsmt
Registered User.
- Local time
- Today, 03:07
- Joined
- Dec 26, 2011
- Messages
- 672
Hi!
I have field name DispatchDate which is in the format as dd/mm/yyyy
which I want to write a query to reduce the date by 3 years
For example: 09/04/2015 will be read as 09/04/2012
I am using the below query but it only changes the day
09/04/2015 changed to 06/04/2014
can anyone help me to get the year changed only
thanks
I have field name DispatchDate which is in the format as dd/mm/yyyy
which I want to write a query to reduce the date by 3 years
For example: 09/04/2015 will be read as 09/04/2012
I am using the below query but it only changes the day
09/04/2015 changed to 06/04/2014
Code:
ChangedYear: [CaptureDate]-3
can anyone help me to get the year changed only
thanks