syntax for date function
I have created a web service in C# that grabs all the CRm data I want. Great.
Now I just want to grab the data that has a modified date > ?
I would like something like modified date is greater that last 30 days.
What is the syntax? Everything I put is ignored unless I put an actual date in:
([ModifiedDate] > '05/01/2013')" />
The above string is in the app.config - appsettings
Any suggestions would be greatly appreciated.
Cheers,
GH