PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
mout
/
src
/
date
define(['./isLeapYear'], function (isLeapYear) { /** * return the amount of days in the year following the gregorian calendar * and leap years */ function totalDaysInYear(fullYear){ return isLeapYear(fullYear)? 366 : 365; } return totalDaysInYear; });
[-] quarter.js
[edit]
[+]
..
[-] strftime.js
[edit]
[-] timezoneAbbr.js
[edit]
[-] isLeapYear.js
[edit]
[-] diff.js
[edit]
[-] totalDaysInMonth.js
[edit]
[-] isSame.js
[edit]
[-] dayOfTheYear.js
[edit]
[-] i18n_.js
[edit]
[+]
i18n
[-] startOf.js
[edit]
[-] parseIso.js
[edit]
[-] weekOfTheYear.js
[edit]
[-] totalDaysInYear.js
[edit]
[-] timezoneOffset.js
[edit]