Skip to content
Advertisement

Flatpickr.js show first letter of the day only

I cannot find in the documentation how to make the first letter of the day show up only. By default it’s showing Mon Tue etc … I would like to be showing it like below example

https://jsfiddle.net/wdL13cty/8/

JavaScript

enter image description here

Advertisement

Answer

You can use the locale config option to customize the label as per your requirement.
See the official documentation here: Localization
Example:

JavaScript

Working sample:

JavaScript
JavaScript
JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement