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
$#!
 $DaysPerWeek
 $today
C
 checkBoolean, Function
 checkDate, Date
 checkType, Function
 checkValue, Function
 checkYear, Date
 clearTime
 Constants
 Coorinates, MooMonth. Module
 copy
D
 Date
 dayAbbreviations, Date
 dayNames, Date
 DaysPerWeek, MooMonth. Constants
 decrement
 defaultAggregateLengths, Date
 defaultLengths, Date
 DefaultOptions, MooMonth
E
 equalDate
 equalTo
F
 Files
 forEach, MooMonth. Module. Transitions
 from
 fromId, MooMonth. Module. Selectors
 Function
 Functions
G
 getAggregateLengths, Date
 getDayAbbreviation
 getDayName
 getLastMonth
 getLastMonthEnd
 getLastYear
 getLengths, Date
 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
 MooDate
 MooDate.js
 MooMonth
 MooMonth.App
 MooMonth.Base
 MooMonth. Constants
 MooMonth.Date
 MooMonth. DateObject
 MooMonth. DatePicker
 MooMonth.Day
 MooMonth. Element
 MooMonth. Event
 MooMonth. Events
 MooMonth.js
 MooMonth.Mini
 MooMonth. Module
 MooMonth. Module. Coordinates
 MooMonth. Month
 MooMonth. Resize
 MooMonth. Session
 MooMonth.Size
 MooMonth.Week
 MooMonth.Year
 MooMonths(Array)
N
 now, Date
P
 Properties
 prototype Extention, Date
S
 Selectors, MooMonth. Module
 set, MooMonth. DateObject
 setWeek
 setYearDate
T
 to
 toId
 toLastMonth
 toLastWeek
 toNextMonth
 toNextWeek
 toNow
 toThisMonth
 toThisWeek
 toThisYear
 toTomorrow
 toYesterday
 Transitions, MooMonth. Module
Y
 yearDateToMonthDate, Date
 yearLength, Date
 yearStartDay, Date
MooMonth.Constants.DaysPerWeek
$today = function()
Same as Date.now
Function.checkBoolean = function(bool)
Shortcut to using Function.checkType with a boolean for type.
Date.checkDate = function(date)
Shortcut to using Function.checkType with a number for type.
Function.checkType = function(value,
type,
kind)
Throws an error if value is not the right type.
Function.checkValue = function(value,
kind)
Throws an error if value is not defined.
Date.checkYear = function(year)
Shortcut to using Function.checkType with a number for type.
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.
Object with the default MooMonth options.
Check if an other date is the same as this.
Check if an other date and time is the equal to this.
forEach: function(effects,
styles)
from: function(el)
Get the day, and week position from a MooMonth.Element day element, or UID.
from: function(prefix,
uid)
Find an element from a MooMonth.Element.
fromId: function(prefix,
uid)
Same as from but assumes UID is just a number.
Date.getAggregateLengths = function(_isLeapYear)
Same as Date.defaultAggregateLengths but modifies for a leap you if _isLeapYear is true.
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.
Date.getLengths = function(_isLeapYear)
Same as Date.defaultLengths but modifies for a leap you if _isLeapYear is true.
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.
Date.isLeapYear = function(year)
Checks if passed in 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.Base
A “Utility” Class which adds a set property for seting dates.
Alias: $mmC
All initialized MooMonths get added to an array called MooMonths.
Date.now = function()
Same as new Date()
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.
toId: function(d,
w)
Find the UID of a day based on it’s position.
toId: function(el)
Find the UID of a MooMonth.Element element.
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
Date.yearDateToMonthDate = function(yearDate,
_isLeapYear)
Convert a year date to a month date.
Date.yearLength = function(_isLeapYear)
Returns the year length, 366 if a leap year, else 365
Date.yearStartDay = function(year)
Get the year”s week offset.