Tagged Questions
3
votes
7answers
3k views
SQL Date Formulas
I need a date formula in Oracle SQL or T-SQL that will return a date of the previous week (eg Last Monday's date).
I have reports with parameters that are run each week usually with parameter dates ...
1
vote
1answer
293 views
Sharepoint - End date minus Start date = Years?
I am needing to calculate the number of years between two fields;
Field A
Start Date (dd/mm/yyyy)
Field B
End Date (dd/mm/yyyy)
Field C
Calc formula display difference between Field A and B in ...