By Guest on Tuesday, 10 September 2024
Replies 3
Likes 0
Views 533
Votes 0
Why is my day with small letters?
I can't figure out why first letters is not big?

Best regards Tue.
What is the custom format string you are using in the latest events module?

Also if you give us the URL we can when in case its caused by CSS
·
Tuesday, 10 September 2024 09:58
·
0 Likes
·
0 Votes
·
0 Comments
·
The link is here:
https://otvbornholm.dk/

I use this as custom format:

<span class="icon-calendar"></span>${startDate(%A %d. %B %Y)}
<span class="icon-time"></span>${startDate(%k:%M)}
<span class="icon-hand-right"></span>${title}
·
Tuesday, 10 September 2024 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
I suspect its from the language settings in PHP

You can work around id by adding this custom CSS to your JEvents custom css file - make sure the module is configured to load it


.mod_events_latest_date {
text-transform: capitalize;
}
·
Wednesday, 11 September 2024 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post