How to put the day of the function get_the_modified_date ('l', $post_id') with the first capital letter?

How to put the day of the function get_the_modified_date (‘l’) with the first capital letter?

`echo get_the_modified_date ('l', $post_id');`

The result is like this: "sunday

I want so: “Sunday”

Since ja I thank you

ucfirst

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.