ManukMinasyan / vue-functional-calendar

Vue.js Functional Calendar | Component/Package
https://vue-functional-calendar.now.sh/
MIT License
468 stars 84 forks source link

Optionally display time in input #73

Closed engineertdog closed 4 years ago

engineertdog commented 4 years ago

When not allowing users to type into the input when using modals, I think there should be an optional argument to allow the input to display the time in addition to the date.

You could utilize two arguments for this purpose:

time-format: {
    type: String,
    default: "HH:mm:ss"
},
display-time-input: {
    type: Boolean,
    default: false
}
ThaddeusJiang commented 4 years ago

Yes, I need this too. I will make a PR.