i want to change the format of the timeline header date to show also the week day like monday to sunday.
For example now it shows “2 Jun 2021” and i want “2 Jun 2021 - Wed”
The timeline_date template is a function that takes the start/end dates of the timeline and returns the content that will be displayed in the header of the timeline.
In order to change the format of the displayed data, you can use the date_to_str method, in order to convert start/end dates into a required string(format), in your case it may look like follows: