JQuery Datepicker - show day of week name in date cell

感情迁移 提交于 2020-01-06 02:49:08

问题


Is it possible to show the current day name in the date fields in datepicker?

For example, it would say Monday 25 (instead of 25).

Thanks!


回答1:


Yes it is possible to specify a string on your own. I guess you did not use the api documentation yet.

https://api.jqueryui.com/datepicker/

At the bottom of the page you will find the needed information. If there should be any difficulties don't hesitate to comment again.



来源:https://stackoverflow.com/questions/33226130/jquery-datepicker-show-day-of-week-name-in-date-cell

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!