jquery-date-range-picker
jquery-date-range-picker copied to clipboard
How to use date and time data in the custom top bar?
Hello! I'm searching for help. I want to use custom topbar with my css classes, but don't understand how can I get date and time data? What should I write in function?
customTopBar: function() {
return ... ?
},
The customTopBar
function argument will not provide any data. What you can do is access the data manually with the rest of the API.
I need some more context to provide further support, what are you trying to display in the top bar?