Find day of date using JQuery
Posted
by Pankaj
on Stack Overflow
See other posts from Stack Overflow
or by Pankaj
Published on 2010-05-19T07:35:58Z
Indexed on
2010/05/19
8:30 UTC
Read the original article
Hit count: 208
jQuery
Hello All
How can I get day of given date using jQuery? In c# I do it like this
if(MyDate.DayOfWeek == DayOfWeek.Sunday)
How can i do this in jQuery?
© Stack Overflow or respective owner