date.weeksInMonth
| Syntax |
date.weeksInMonth (date)
|
| Params |
date is a valid Frontier date or a string that can be coerced to a date.
|
| Action |
Returns the number of weeks in the specified month
|
| Returns |
The number of weeks in the specified month
|
| Examples |
date.weeksInMonth ("2/1/98") » 4
date.weeksInMonth (clock.now())
|
| See Also |
date.daysInMonth
|