For this you need to change theme core code. By Navigating to Corpiva-> template-parts -> content-page.php -> line no. 38 Replace esc_html(get_the_date(‘M, D, Y’)); by esc_html(get_the_date(‘M, d, Y’));
For this you need to change theme core code. By Navigating to Atua -> template-parts -> content-page.php -> line no. 21 Replace esc_html(get_the_date(‘M, D, Y’)); by esc_html(get_the_date(‘M, d, Y’));