()
| 15770 | } |
| 15771 | |
| 15772 | function getDaysInMonth () { |
| 15773 | return daysInMonth(this.year(), this.month()); |
| 15774 | } |
| 15775 | |
| 15776 | var defaultMonthsShortRegex = matchWord; |
| 15777 | function monthsShortRegex (isStrict) { |
nothing calls this directly
no test coverage detected