javascript - How to use JS to determine whether the current time is within the first to tenth of each month
怪我咯
怪我咯 2017-06-26 10:58:48
0
2
981

For example, there is a button that can only be clicked when the first to tenth of each month is not. How to write it more elegantly

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(2)
ringa_lee

new Date().getDate() > 10

ringa_lee
new Date().getDate()
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template