How can I find the start-date and name (1, 2, 3, etc.) of a quarter from a given date?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Something like (untested):
|
|||||||||
|
GetQuarterName gets the "next" integer value of the current month number / 3. GetQuarterStartingDate uses the output from GetQuarterName to work out the month value, the year part of the original date, and 1 to represent the first day of the month to return. (Apologies for making no sense, I have flu. :( ) |
||||
|
|