forked from 0x2620/oxjs
updates for loader
This commit is contained in:
parent
13501e2da8
commit
7430ef1023
10 changed files with 429 additions and 192 deletions
|
|
@ -926,7 +926,7 @@ Ox.getDateInWeek = function(date, weekday, utc) {
|
|||
return date;
|
||||
}
|
||||
|
||||
Ox.getDayOfTheYear = function(date) {
|
||||
Ox.getDayOfTheYear = function(date, utc) {
|
||||
/*
|
||||
>>> Ox.getDayOfTheYear(new Date("12/31/2000"))
|
||||
366
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue