Get week day name from jquery ui calendar

后端 未结 5 2080
甜味超标
甜味超标 2020-12-21 14:36

I want to get the name of the Day when choosing date from jquery ui calender.

for example, when choosing 14-3-2012 it should returns Wednesday.

$(\"i         


        
5条回答
  •  爱一瞬间的悲伤
    2020-12-21 14:54

    Just Change the Format of date if you don't have problem with format. and than apply some log to get weekday.

    check this demo : http://jsfiddle.net/cnvwu/

提交回复
热议问题