Find day of date usinh 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
7:40 UTC
Read the original article
Hit count: 212
jQuery
Hello All
How can i get day of given date using jquery like in c# i do like this
if(MyDate.DayOfWeek == DayOfWeek.Sunday)
How can i do this in jquery?
© Stack Overflow or respective owner