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
100
100
</div >
101
101
<div class =" col-sm-6 col-lg-5 " >
102
102
<div
103
- data-coreui-date="2022-8 "
103
+ data-coreui-date="2022-08 "
104
104
data-coreui-locale="en-US"
105
105
data-coreui-toggle="date-picker"
106
106
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
127
127
</div>
128
128
<div class="col-sm-6">
129
129
<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 "
132
132
data-coreui-locale="en-US"
133
133
data-coreui-toggle="date-range-picker"
134
134
data-coreui-selection-type="month">
You can’t perform that action at this time.
0 commit comments