从JQuery日历控制框输入日期到文本字段

问题描述:

如何从JQuery日历控件向HTML Web表单中的文本字段输入日期?

How can I able to input a date from a JQuery calendar control to a textfield in an HTML web form?

JQuery日历只是添加到的扩展名输入字段.获取该输入字段的值,然后使用它来完成您需要的工作.
JQuery calendar is just an extension added to an input field. Get the value of that input field and do what you need with it.