View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#2069
In this block:
Code:
DateStyle {
    padding-left: 0.2mm;
    padding-top: 0.2mm;
    padding-bottom: 0.8mm;
    day-of-week-format: "%A";
    date-format:;
try to change
Code:
date-format:;
to what you want, for example like this:
Code:
date-format: "%a %d %b";
Should work
 

The Following User Says Thank You to Schturman For This Useful Post: