longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

How to use date and time data in the custom top bar? #521

Open pndparade opened 1 year ago

pndparade commented 1 year ago

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 ... ?
},
monovertex commented 3 weeks ago

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?