JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
table borders
Numeric Valadation
Display Current Year
"> ">RandomFlickrPhoto
http: www.casinobetting.tk
Display In 2-Column Table
Text to flood370
PHP Flickr! personal photo album
object expectede
window.location, "_self
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