Change letters for day name
When I use this code the name of the day been writed with a small letter.
get_the_time(strtotime($DateValue)),
get_the_time('l d.m.Y H:i', $post)
I want the name of the day looking like this: Monday, Sunday, Thursday etc.
Now it look like this monday, sunday
What do I do wrong ?
Topic date-time plugin-development plugins Wordpress
Category Web