SOFT REJECTION!!! WordPress Theme

  1. Dates should correspond with the Date Format settings in Settings > General: Screen Shot 2021-06-14 at 14.50.18.png • Droplr

the below image is my coding

Any other function should i use to solve this point

Please send me the function code to solve this problem

Thanks
Mohamed Ahshan

get_option( ‘date_format’ )

1 Like

Hi,

You can use this function.

<?php the_time(get_option('date_format')) ?>
1 Like

ThankYou So Much