add option escape
, fixes #377
This commit is contained in:
@@ -96,7 +96,7 @@ $(function(){
|
||||
//formatDate works with UTCDate!
|
||||
var text = value ? this.dpg.formatDate(this.toUTC(value), this.parsedViewFormat, this.options.datetimepicker.language, this.options.formatType) : '';
|
||||
if(element) {
|
||||
DateTime.superclass.value2html(text, element);
|
||||
DateTime.superclass.value2html.call(this, text, element);
|
||||
} else {
|
||||
return text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user