Giter VIP home page Giter VIP logo

vuetify-datetime-picker's Introduction

vuetify-datetime-picker

GitHub license npm version CircleCI

DatetimePicker component for Vuetify.js.

Installation

npm install --save vuetify-datetime-picker

or

yarn add vuetify-datetime-picker
import Vue from 'vue'
import DatetimePicker from 'vuetify-datetime-picker'
import 'vuetify-datetime-picker/src/stylus/main.styl'

Vue.use(DatetimePicker)

Usage

Once installed, it can be used in a template as simply as:

<v-datetime-picker
        label="Select Datetime"
        v-model="datetime">
</v-datetime-picker>

Properties

Name Type Default Value Description
datetime (model) Date/String Time picker model.
disabled Boolean false Input is disabled.
label string Sets input label.
width Number 320 The width of the content.
format string YYYY-MM-DD HH:mm:ss Defines the format of a datetime displayed in field.
timePickerFormat string 24hr Defines the format of a time displayed in picker. Available options are ampm and 24hr.
locale string en-us Sets the locale. Accepts a string with a BCP 47 language tag.
okText string OK Sets the text of the ok button.
clearText string CLEAR Sets the text of the clear button.
loading Boolean false see Vuetify Docs
errorMessages String/Array see Vuetify Docs
errorCount Number/String 1 see Vuetify Docs
error Boolean false see Vuetify Docs
hideDetails Boolean false see Vuetify Docs
appendIcon String see Vuetify Docs
prependIcon String see Vuetify Docs

Events

Name Arguments Description
input value (Date/String) The updated bound model

Slots

Name Description
dateIcon Slot to put custom icon in the date tab.
timeIcon Slot to put custom icon in the time tab.
actions Slot to put custom buttons in the dialog.

vuetify-datetime-picker's People

Contributors

darrenfang avatar casperlaitw avatar thenoim avatar milost1982 avatar

Watchers

Barry Kostjens avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.