How can i get calendar selected values in php file? i am using calendar from this link http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/da开发者_Go百科tePickerMultiple.html
by $var = $_POST["formElementName"]
. The date set in the inputfield can be retreived by $_POST, at least, if you use POST as your form-method.
(The selected date gets binded to a DOM-element).
精彩评论