vuejs3-datepicker
vuejs3-datepicker copied to clipboard
Is it possible to modify the topbar date format?
I've experimented with a few different topbar date format configurations. It appears now - Thursday 16 November
and this is how I want it - Thursday November 16
Is it possible to modify the topbar date format?
use formatDateTopBar
slot from 1.1.1 release, you can view slotView from examples
@dekts I have hidden that whole green div with css
.vuejs3-datepicker__calendar-topbar {
display: none !important;
}