File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Selecting whole month by adding the `data-coreui-selection-type="month"` attribu
100100 </div >
101101 <div class =" col-sm-6 col-lg-5 " >
102102 <div
103- data-coreui-date="2022-8 "
103+ data-coreui-date="2022-08 "
104104 data-coreui-locale="en-US"
105105 data-coreui-toggle="date-picker"
106106 data-coreui-selection-type="month">
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ Select range of months by adding the `data-coreui-selection-type="month"` attrib
127127 </div>
128128 <div class="col-sm-6">
129129 <div
130- data-coreui-start-date="2022-8 "
131- data-coreui-end-date="2023-5 "
130+ data-coreui-start-date="2022-08 "
131+ data-coreui-end-date="2023-05 "
132132 data-coreui-locale="en-US"
133133 data-coreui-toggle="date-range-picker"
134134 data-coreui-selection-type="month">
You can’t perform that action at this time.
0 commit comments