Replaces the default separator to with the provided value

Igx Module
IgxDateRangePickerModule
Igx Theme
igx-date-range-picker-theme
Igx Keywords
date, range, date range, date picker
Igx Group
scheduling

Example

<igx-date-range-picker>
     <igx-date-range-start>
         <input igxInput igxDateTimeEditor type="text">
     </igx-date-range-start>

     <ng-template igxDateRangeSeparator>-</ng-template>

     <igx-date-range-end>
         <input igxInput igxDateTimeEditor type="text">
     </igx-date-range-end>
     ...
</igx-date-range-picker>

IgxDateRangeSeparatorDirective

new IgxDateRangeSeparatorDirective(): IgxDateRangeSeparatorDirective

Returns IgxDateRangeSeparatorDirective