separator

a delimiter for separating multiple dates in the daterangepicker

string separator;

Example

webix.ui({
  view:"daterangepicker",
  id:"i1", 
  value:{
      start: new Date(), 
      end: webix.Date.add(new Date(), 1, "month")
  },
  separator: " ~ "
});


Default value:

", "
Details

The default separator for datepicker values is comma.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.