add option escape
, fixes #377
This commit is contained in:
CHANGELOG.txt
src/inputs
test/unit
@ -67,7 +67,7 @@ $(function(){
|
||||
|
||||
value2html: function(value, element) {
|
||||
var text = $.datepicker.formatDate(this.options.viewformat, value);
|
||||
DateUI.superclass.value2html(text, element);
|
||||
DateUI.superclass.value2html.call(this, text, element);
|
||||
},
|
||||
|
||||
html2value: function(html) {
|
||||
|
Reference in New Issue
Block a user