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

working demo here

{     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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -