Skip to content

Commit

Permalink
setData calendar custom format.
Browse files Browse the repository at this point in the history
  • Loading branch information
pphod committed Sep 1, 2017
1 parent adb0f6c commit cf8951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/jquery.jexcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ var methods = {
} else if (options.columns[position[0]].type == 'calendar') {
val = '';
if (value != 'undefined') {
val = $.fn.jcalendar('label', value);
val = $.fn.jcalendar('label', value, options.columns[position[0]].options.format);
} else {
val = '';
}
Expand Down

0 comments on commit cf8951a

Please sign in to comment.