Excel – Formula for First Monday of Current Yearly Quarter Written by Adrian Gordon Office 365 Calculating the first Monday of a yearly quarter in Excel can streamline scheduling and reporting tasks. This guide will show you how to use a formula to find the first…
Using WordPress ‘comment_date()’ PHP function Written by Adrian Gordon WordPress The `comment_date()` function in WordPress displays the date of a comment in a specified format using the `$comment_id` or `$format` parameters
Using WordPress ‘date_i18n()’ PHP function Written by Adrian Gordon WordPress Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds.
Using WordPress ‘current_time()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'current_time()' PHP function to get the current time in various formats such as MySQL, GMT, timestamp, and more
Using WordPress ‘get_day_link()’ PHP function Written by Adrian Gordon WordPress Retrieves the permalink for the day archives with year and month.
Using WordPress ‘get_calendar()’ PHP function Written by Adrian Gordon WordPress Displays calendar with days that have posts as links.
Using WordPress ‘get_month_link()’ PHP function Written by Adrian Gordon WordPress Retrieves the permalink for the month archives with year.
Using WordPress ‘is_month()’ PHP function Written by Adrian Gordon WordPress Determines whether the query is for an existing month archive.
Using WordPress ‘get_the_date()’ PHP function Written by Adrian Gordon WordPress The `get_the_date()` function is used in WordPress to retrieve the date that a post was written