How to get the Date Format and Time Format settings for use in my template?

get_option('date_format');
get_option('time_format');

Leave a Comment