Can someone please suggest a method to calculate number of days using quarter and year values? Or on the other hand can we generate the 1st or last day of the quarter using the year and quarter values
The requirement is as follows:
Year | Quarter | No of Days |
---|---|---|
2015 | 1 | 90 |
2015 | 2 | 91 |
2015 | 3 | ?? |
2015 | 4 | ?? |