Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Test for a specific date - JavaScript
Claof
Dec 23rd, 2015
265
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
✅ Crypto Accounts
JavaScript | 27 sec ago | 0.08 KB
????Make $3500 INSTANTLY [Works Worldwide]???...
Java | 38 sec ago | 0.15 KB
restart_daemons.cmd
Batch | 39 sec ago | 0.41 KB
✅ PayPal Hits
JavaScript | 59 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 1 min ago | 0.08 KB
?FREE 300$ GIFTCARDS? QI
Java | 1 min ago | 0.15 KB
GMAIL Logs (2FA disabled)
JavaScript | 2 min ago | 0.08 KB
FREE BTC GUIDE
JavaScript | 2 min ago | 0.08 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!