praveenpuglia / vuetify-daterange-picker

The missing date range picker for Vuetify JS you have been looking for.
https://vuetify-daterange-picker.gitbook.io/docs
MIT License
197 stars 59 forks source link

How to change start and end date labels? #19

Closed chanlito closed 5 years ago

chanlito commented 6 years ago

Title says it all.

praveenpuglia commented 6 years ago

Hey @chanlito , currently there's no way it can be done but I can definitely add a prop for that. Or, even better, if you wanna fix this and send a PR, that would be so awesome :)

praveenpuglia commented 5 years ago

@chanlito fixed it. please check the updated readme. Added a labels prop to allow label modification :)

pwnz22 commented 5 years ago

How about to removing the formatting string? (MM-DD-YYYY)

praveenpuglia commented 5 years ago

That option isn't there right now. Happy to have a PR that does that. Should be a simple boolean prop passed as show-formator something similar