Skip to content

Commit a490cb1

Browse files
committed
docs: update content
1 parent 1a49108 commit a490cb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/forms/date-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

docs/content/forms/date-range-picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)