PHP 8.2.31
Preview: date-helper.php Size: 1.71 KB
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/inc/date-helper.php

<?php
/**
 * Date helper class.
 *
 * @package WPSEO\Internals
 */

/**
 * Class WPSEO_Date_Helper
 *
 * Note: Move this class with namespace to the src/helpers directory and add a class_alias for BC.
 */
class WPSEO_Date_Helper {

	/**
	 * Formats a given date in UTC TimeZone format.
	 *
	 * @param string $date   String representing the date / time.
	 * @param string $format The format that the passed date should be in.
	 *
	 * @return string The formatted date.
	 */
	public function format( $date, $format = DATE_W3C ) {
		return YoastSEO()->helpers->date->format( $date, $format );
	}

	/**
	 * Formats the given timestamp to the needed format.
	 *
	 * @param int    $timestamp The timestamp to use for the formatting.
	 * @param string $format    The format that the passed date should be in.
	 *
	 * @return string The formatted date.
	 */
	public function format_timestamp( $timestamp, $format = DATE_W3C ) {
		return YoastSEO()->helpers->date->format_timestamp( $timestamp, $format );
	}

	/**
	 * Formats a given date in UTC TimeZone format and translate it to the set language.
	 *
	 * @param string $date   String representing the date / time.
	 * @param string $format The format that the passed date should be in.
	 *
	 * @return string The formatted and translated date.
	 */
	public function format_translated( $date, $format = DATE_W3C ) {
		return YoastSEO()->helpers->date->format_translated( $date, $format );
	}

	/**
	 * Check if a string is a valid datetime.
	 *
	 * @param string $datetime String input to check as valid input for DateTime class.
	 *
	 * @return bool True when datatime is valid.
	 */
	public function is_valid_datetime( $datetime ) {
		return YoastSEO()->helpers->date->is_valid_datetime( $datetime );
	}
}

Directory Contents

Dirs: 3 × Files: 29

Name Size Perms Modified Actions
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
options DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
sitemaps DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
26.54 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.39 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
3.89 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
7.58 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
3.04 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
55.30 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
28.84 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.59 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.73 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.59 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
15.03 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.17 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
36.55 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.70 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
7.38 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
51.46 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.34 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.11 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.41 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
28.45 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.24 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.71 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
38 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
294 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
348 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.28 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
68 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
9.00 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.56 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).