Just use the PHP date()
function as Michael suggested. So your date code might look like this:
<?php echo date('l, j. F Y'); ?>
Related Posts:
- Calculate future date
- Separately formatting date elements
- Comment time is same as the post time
- Proper formatting of post_date for wp_insert_post?
- Unable to select an old date in wordpress
- How to get date for each post?
- What’s the difference between get_the_time and get_the_date?
- Default timezone hardcoded as UTC?
- How to convert DateTime() to display time based on WordPress timezone setting?
- Get date of last update outside of loop
- Running WP Cron on specific local time
- WordPress Custom Query to show posts from last x years
- Whats the way to format a date after using get_posts()
- Converting Unix timestamp to wordpress date
- How to display date such “x ago”
- Date, Time, and Timezones
- What is the best workaround for supporting all existing DATEs?
- Date format with genitive case of the month name is not working
- How to remove published date from RSS feed
- Is it safe to use ‘date_default_timezone_set’ in plugin file?
- Modify Date Format to German
- How do I display posts by day?
- Serve visitor post time adjusted to their timezone
- Fixing UTC time – wordpress effects
- WordPress returns a wrong date
- Echo Messages By Checking current_time()
- How to add 2 hours to the wordpress time formed with current_time(“mysql”, false)?
- Date query not inclusive despite parameter being true
- Finding difference in days
- How to get time difference between publish date and now?
- Use meta_query to display events by date in custom field
- Styling the date format with date_i18n
- Unable to set right time in admin and frontend template
- How would I bulk change posting date?
- filter date and time to differents time zone
- If else statement based on date_diff value
- How do I create a dynamically-updated copyright statement?
- How do you format the date as a two digit year? (ex. “10.12.10” instead of “10.12.2010”)
- How can I display the current time? [closed]
- Creating a function within functions.php to change the date
- Date and time format for UK in a custom post type [closed]
- Relative time – how to calculate difference beween post publish date and current time
- What are the “U” and “G” time formats?
- WordPress outputs mm/dd but it should be opposite
- date() returns incorrect value if used from WordPress theme, but correct otherwise
- Advanced custom fields: Customise date picker’s start date (need to choose year 1500 onwards) [closed]
- How to get date using timezone saved in options? [duplicate]
- php console log speed [closed]
- timestamp and scheduled post irregularities
- display month in french in wordpress/php?
- Set the publication date independent of the scheduled publication date
- Get date numerical and separate?
- How can I show many posts an author has per week?
- If modified on same day, show only time
- Timezone UTC to PST
- How do I set up my blog home page to show only this weeke’s posts automatically?
- Convert GMT time to local time in Gutenberg Block Editor
- Print last modified date only on posts
- UTC/local time in Worpdress
- Convert CST published date time to MST timezone
- Make WordPress use timezone for email Date header
- Display date and time in comments
- Time Issue xx hours ago
- Get WordPress current date/time
- How can i display time minus 6 hours
- Show the_date with link
- Copyright: Get first and last date of post type
- Format Date for Manual Insertion into post
- Displaying time & date problem
- Translate current_time
- Should I escape the attributes when using get_month_link?
- Display time as “12:00 noon” instead of “12:00 pm”
- How do I make a page not visible at a certain time? [closed]
- How get exact time difference
- Display published time for today’s posts only
- convert time to WordPress user’s local time
- Changing default WP-Site creation date
- wordpress blog posts’s time
- Where does the time get pulled from in the_time()
- How can I compare publish and update dates for a single post?
- Human time difference in months instead of days. How?
- Display posts starting from today date
- Bulk Updating Post Date in 1 day Increments
- Separating publish date and last modified
- Why do I need to set my PHP timezone when it’s already set in WordPress?
- How to change the date and time in REST API for comments?
- How to get User Time Zone in WordPress?
- Compare date fails when date is in next year [closed]
- How to setup language of a date in a plugin
- Show different time stamp based on time
- Default Timezone setting in WordPress – is that global?
- Date is wrong on ‘all posts’ page
- Problems with the_time,the_date, get_the_time
- admin end post published time display not working correctly
- Comparing Time with the_time();
- Randomizing Post Links Outside of Loop – No Author or Date
- Get date function not working
- Date time doesn’t show correctly in qTranslate [closed]
- Media attachment date and post date
- Timed post and tweet?