Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Test for a specific date - JavaScript
Claof
Dec 23rd, 2015
228
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
Products.js
JavaScript | 6 min ago | 1.18 KB
Make $1000 15-MINUTES (BEGINNER) Z2
JavaScript | 14 min ago | 0.05 KB
profile 11 [4.3.25]
HTML | 18 min ago | 6.08 KB
Untitled
HTML | 22 min ago | 0.13 KB
前缀总分 参考代码
C++ | 24 min ago | 2.23 KB
Pro Micro SSD1306 ADS1115 4Button Menu FINAL
C# | 28 min ago | 11.66 KB
Binance account XL
JavaScript | 30 min ago | 0.05 KB
News April3 25
Email | 46 min ago | 41.66 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!