Is there a method using either JavaScript or jQuery to determine what day of the week it is? For instance, if the date a user picks in the box is a Sunday, I can alert them.
Thanks
|
Is there a method using either JavaScript or jQuery to determine what day of the week it is? For instance, if the date a user picks in the box is a Sunday, I can alert them. Thanks |
|||
|
|
|
|||||
|
|
If you only need this once in your page, keep it simple...
|
|||||
|
... will get you a numeric representation to "today". |
|||||
|