You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# Vue Datepicker Component
2
2
>A Datepicker Component For VueJs
3
3
4
+
<imgsrc="./resources/rangePicker.gif">
5
+
4
6
<imgsrc="./resources/rangepicker.png" />
5
7
<imgsrc="./resources/singlepicker.png">
6
-
<imgsrc="./resources/rangePicker.gif">
8
+
7
9
### Props
8
10
```html
9
11
<Calendar
@@ -34,4 +36,4 @@ date-format | Object / This is the format in which the selected date will be dis
34
36
35
37
36
38
#### note:
37
-
**date-format** object values is consists to toLocaleString in js. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString).
39
+
**date-format** object values is consists to toLocaleString in js. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString).
0 commit comments