Is there a word/phrase that would distinguish the combination of a year and month from a month?
I'd call "January" a month
I'd call "January 2011" a ____?
|
Is there a word/phrase that would distinguish the combination of a year and month from a month? I'd call "January" a month I'd call "January 2011" a ____? |
||||
|
|
January is a month. January 2011 is a month of a year, or a month and a year. (It is not a year and a month; a year and a month is a duration.) January 31, 2011 is a date. I can't think of any way other than that to name the month-and-year combination. |
|||
|
|
|
I'd call January 2011 a month. I'd call January 31, 2011 a day. I'd call 2011 a year. |
|||||
|
|
January is (the name of) a month January 2011 is (the name of) a (specific) calendar month. |
|||||||||||||
|
|
I meet this problem desigining Business Intelligence applications. Objects that combine the Year and Month often simplify business rules. For example
(a rolling year) is a lot easier for a business user to create/understand than
I call such an object a 'Year-Month' : clumsy maybe, but self-descriptive. |
|||
|
|
|
I'm afraid all that is is a "month and year". Even database design has not come up with jargon for that yet, shockingly. |
|||
|
|
Unfortunately, there is nothing I would consider elegant, nor anything close to universally understood, to distinguish those two types of month. In fact, I would simply use the term month to describe either of them. In programming contexts, you usually have other cues, like the length and data type of the field. In lay contexts, you usually provide other verbal cues. It should be clear whether you are talking about a month in a particular year or a month in any nonspecific year. (Note that adding calendar to one of them is not very effective, as it could easily work for either type of month. If I had to choose, I would go the opposite way as antonio.) |
|||
|
|