JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
TestifMySQLtableexistswithPHP.253377
Regex: "LinktoEbayitem "
"get filename "

ondblclick= "window.open(
Generate
SureShot DVD to PSP Video Suite
contact form safe from form relay spam "
5
Any DVD to Zune Any Video to Zune
Rate this script:
I Love it
/
I Hate it
Date.isleap
Code
Date.
isleap
=
function
(
year
)
{
return
(
(
year %
400
)
==
0
)
?
1
:
(
(
year %
100
)
==
0
)
?
0
:
(
(
year %
4
)
==
0
)
?
1
:
0
;
}
Date.
prototype
.
isleap
=
function
(
)
{
return
Date.
isleap
(
this
.
getFullYear
(
)
)
}
// isleap current year
new
Date
(
)
.
isleap
(
)
Date.isleap scripts
|
Date.isleap snippet
|
Date.isleap example
|
Date.isleap tutorial
|
Date.isleap code