Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Test for a specific date - JavaScript
Claof
Dec 23rd, 2015
219
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
date
=
new
Date
(
)
;
var
year
=
date.
getFullYear
(
)
;
var
month
=
date.
getMonth
(
)
+
1
;
var
day
=
date.
getDate
(
)
;
if
(
month
==
1
)
{
if
(
day
==
31
)
{
alert
(
'1/31/'
+
year
)
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐GET ANY GIFT-CÂRD FOR FREE⭐ HZ
JavaScript | 60 min ago | 0.06 KB
tveita kåre
C++ | 1 hour ago | 0.07 KB
⭐ 500$ For 45 Minutes HE
JavaScript | 1 hour ago | 0.06 KB
template c++
C++ | 1 hour ago | 1.76 KB
AccessorFunc but cool
Lua | 1 hour ago | 1.12 KB
⭐ Make $300 per hour L3
JavaScript | 1 hour ago | 0.06 KB
Observer pattern
Java | 1 hour ago | 1.71 KB
⭐GET ANY GIFT-CÂRD FOR FREE⭐ HZ
JavaScript | 2 hours ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!