Home › Forums › Pro Support › Showing time as well as date? › Reply To: Showing time as well as date?
January 29, 2019 at 5:28 pm
#7491
Keymaster
If you want to customize how the date part looks, you’d change these lines:
esc_html( get_the_date() ),
And:
esc_html( get_the_modified_date() ),
Is that what you’re after?
Let me know 🙂