kendo ui - How to give space between date and time while exporting data? -
in date-time columns there while exporting date-time getting displayed 2013-02-0613:18:07
without space
how give space between date , time (i.e need export date , time in format 2013-02-06 13:18:07
) in code format given =yyyy-mm-dd hh:mm:ss
tried yyyy-mm-ddthh:mm:ss
while exporting character t got exported.
you can use format string space mention yyyy-mm-dd hh:mm:ss
{ field: "birthdate", title: "birth date", template: '#= kendo.tostring(birthdate,"yyyy-mm-dd hh:mm:ss") #' }
window.open()
issue not take whitespaces, have pass data via url or hava update your jsfiddle may helps you.
Comments
Post a Comment