vuejs3-datepicker icon indicating copy to clipboard operation
vuejs3-datepicker copied to clipboard

Is it possible to modify the topbar date format?

Open dekts opened this issue 1 year ago • 2 comments

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?

dekts avatar Nov 03 '23 07:11 dekts

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

shubhadip avatar Nov 04 '23 15:11 shubhadip

@dekts I have hidden that whole green div with css

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

yogeshgalav avatar Jan 18 '24 04:01 yogeshgalav