Skip to content

Commit 8b4e0cd

Browse files
authored
Update README.md
1 parent 7f3a279 commit 8b4e0cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue Datepicker Component
22
>A Datepicker Component For VueJs
3-
3+
(https://edisdev.github.io/vue-datepicker-ui)
44
<img src="./resources/rangePicker.gif" width="70%">
55
<hr>
66
<img src="./resources/rangepicker.png" width="100%"/>
@@ -36,5 +36,8 @@ text-format | String / Short And Long / Short and long formats of month and day
3636
date-format | Object / This is the format in which the selected date will be displayed to the user. / default: { day: '2-digit', month: 'long', year: 'numeric' }
3737

3838

39+
DEMO (https://edisdev.github.io/vue-datepicker-ui)
40+
41+
3942
#### note:
4043
**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

Comments
 (0)