PATH:
home
/
letacommog
/
les-compagnons-exterieur
/
wp-content
/
plugins
/
wordpress-seo
/
inc
<?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 ); } }
[+]
..
[+]
options
[-] class-wpseo-custom-fields.php
[edit]
[-] class-wpseo-admin-bar-menu.php
[edit]
[-] class-wpseo-shortlinker.php
[edit]
[-] class-wpseo-installation.php
[edit]
[-] wpseo-functions.php
[edit]
[-] class-wpseo-custom-taxonomies.php
[edit]
[-] class-addon-manager.php
[edit]
[-] class-wpseo-replace-vars.php
[edit]
[-] interface-wpseo-wordpress-integration.php
[edit]
[-] interface-wpseo-wordpress-ajax-integration.php
[edit]
[-] class-wpseo-features.php
[edit]
[-] class-wpseo-content-images.php
[edit]
[-] class-rewrite.php
[edit]
[-] health-check-links-table-not-accessible.php
[edit]
[-] date-helper.php
[edit]
[-] health-check-ryte.php
[edit]
[-] class-upgrade.php
[edit]
[+]
sitemaps
[-] health-check-curl-version.php
[edit]
[-] index.php
[edit]
[-] class-wpseo-meta.php
[edit]
[-] health-check-page-comments.php
[edit]
[-] class-post-type.php
[edit]
[-] class-my-yoast-api-request.php
[edit]
[+]
exceptions
[-] health-check.php
[edit]
[-] health-check-postname-permalink.php
[edit]
[-] class-wpseo-image-utils.php
[edit]
[-] class-upgrade-history.php
[edit]
[-] class-wpseo-utils.php
[edit]
[-] class-wpseo-rank.php
[edit]
[-] wpseo-functions-deprecated.php
[edit]
[-] class-wpseo-statistics.php
[edit]
[-] wpseo-non-ajax-functions.php
[edit]
[-] health-check-default-tagline.php
[edit]
[-] class-wpseo-replacement-variable.php
[edit]
[-] language-utils.php
[edit]
[-] class-wpseo-primary-term.php
[edit]