shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
70 stars 40 forks source link

Is it possible to modify the topbar date format? #71

Open dekts opened 8 months ago

dekts commented 8 months ago

I've experimented with a few different topbar date format configurations. It appears now - Thursday 16 November

Screenshot 2023-11-03 at 12 35 23 PM

and this is how I want it - Thursday November 16

Screenshot 2023-11-03 at 12 36 27 PM

Is it possible to modify the topbar date format?

shubhadip commented 8 months ago

use formatDateTopBar slot from 1.1.1 release, you can view slotView from examples

yogeshgalav commented 5 months ago

@dekts I have hidden that whole green div with css

.vuejs3-datepicker__calendar-topbar {
    display: none !important;
}