vue-bootstrap-datetimepicker
Advanced tools
Changelog
5.0.0-beta.1
Changelog
4.0.0 (breaking)
2017-10-02T06:14:35.665Z
but now it should follow the format; for example if format is DD/MM/YYYY
then v-model will be like 22/10/2017
input-class
prop has been removed, you can always use Vue.js inbuilt class binding <date-picker v-model="date" class="custom-input"></date-picker>
name
, id
, placeholder
and required
props has been removed, you can still specify any number of attributes on component <date-picker v-model="date" name="date-of-birth" id="js-date" placeholder="Select date" aria-required="true"></date-picker>