1.0.3 • Published 5 years ago

vue-my-datepicker v1.0.3

Weekly downloads
18
License
MIT
Repository
github
Last release
5 years ago

vue-my-datepicker

This is a datetimepicker library follow boostrap style for vue, you can use it in vue project and via script tag directly. Support fixed and custom timerange and three lauguages.

Table of contents

General info

The datetime picker is follow boostrap style, but all of the dependencies has been resolved in this components, you do not need to install any other library anymore.

Screenshots

Example screenshot Example screenshot Example screenshot

Setup

npm install vue-my-datepicker Or use script tag directly

<script src="vue.js"> </script>
<script src="vueMyDatepicker.umd.js"></script>
<link rel="stylesheet" type="text/css" href="vueMyDatepicker.css">

Available props and functions

Code Examples

For examples please refer to github

Features

Support local and serve datetime

  • Local: use client datetime, the component will caculate the start time and end time in javascript
  • Serve: use serve side datetime, you can provide start and end time to the component Support three languages:
  • en_US
  • zh_CN
  • ja_JP

To-do list:

  • Anything wonderful

Status

Stable version

Inspiration

The component is based on bootstrap datetimepicker

Contact

Feel free to contact me here github

Licence

MIT