.. _php-dateformats: .. _date-formats: Date Formats ++++++++++++ Inventory of date formats used in the code. Date format are detected with calls to `date() `_, `strftime() `_, `gmstrftime() `_, `date_format() `_ functions and to the format() method on ``Datetime`` and ``DatetimeImmutable``. .. code-block:: php See also `Date and Time `_. Connex PHP features ------------------- + `date `_ Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Php/DateFormats | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Changed Behavior `, :ref:`Inventory ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 0.12.16 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+