Property Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 clearTime
 Coorinates, MooMonth. Module
 copy
D
 dayAbbreviations, Date
 dayNames, Date
 DaysPerWeek, MooMonth. Constants
 decrement
 defaultAggregateLengths, Date
 defaultLengths, Date
E
 equalDate
 equalTo
G
 getDayAbbreviation
 getDayName
 getLastMonth
 getLastMonthEnd
 getLastYear
 getMonthAbbreviation
 getMonthDate
 getMonthDay
 getMonthEnd
 getMonthName
 getMonthWeek
 getMonthYearDate
 getNextMonth
 getNextWeek
 getNextYear
 getTomorrow
 getWeek
 getWeekDate
 getWeekYearDate
 getYearDate
 getYearLength
 getYearStartDay
 getYesterday
I
 increment
 isAfter
 isBefore
 isLeapYear
M
 monthAbbreviations, Date
 monthNames, Date
S
 Selectors, MooMonth. Module
 set, MooMonth. DateObject
 setWeek
 setYearDate
T
 to
 toLastMonth
 toLastWeek
 toNextMonth
 toNextWeek
 toNow
 toThisMonth
 toThisWeek
 toThisYear
 toTomorrow
 toYesterday
 Transitions, MooMonth. Module
Clears hours, minutes, and seconds.
MooMonth.Module.Coordinates
Created a copy of the current date.
An array with each of the day abbreviations in order starting at Sunday.
An array with each of the day names in order starting at Sunday.
Weeks always have 7 days
Same as increment but decreases by the interval.
An array with each of the month lengths added together from the first month to the current in the array.
An array with each of the month lengths in order starting with January.
Check if an other date is the same as this.
Check if an other date and time is the equal to this.
Gets the abbreviation of the current day.
Gets the name of the current day.
Gets the timestamp for last month.
Gets the length of the last month.
Gets the date for last week.
Gets the abbreviation of the current month.
Gets a timestamp for begining of this month.
Gets the day offset for the begining of this month.
Gets the length of this month.
Gets the name of the current month.
Gets the first week of this month.
Gets the year date at the begining of this month.
Gets the timestamp for next month.
Gets the date for next week.
Gets the date for next year.
Gets the date for tomorrow.
Gets the week of the year.
Gets a timestap for the begining of this week.
Gets the year date for the begining of this week.
Gets the date from the begining of the year.
Gets length of the current year.
Gets the day for the first day of the year.
Gets the date for yesterday.
Add an amount of time to a date.
Check if a date object is after another date object
Check if a date object is before another date object
Checks if this year is a leap year.
An array with each of the months abbreviations in order starting at January.
An array with each of the months names in order starting at January.
MooMonth.Module.Selectors
Sets the date value, and calls this.update.
Sets the month and date to this week.
Sets the month and date to a year date.
Set the time to.
Same as to, but sets the the current time last month.
Same as to, but sets the the current time last week.
Same as to, but sets the the current time next month.
Same as to, but sets the the current time next week.
Same as to, but sets to the current time.
Same as to, but sets the the current time this month.
Same as to, but sets the the current time this week.
Same as to, but sets the the current time this year.
Same as to, but sets the the current time tomorrow.
Same as to, but sets to the current time yesterday.
MooMonth.Module.Transitions