Plugin Directory

Changeset 3198377


Ignore:
Timestamp:
11/27/2024 06:02:59 PM (14 months ago)
Author:
denra
Message:

A few readme.txt changes. No new version created.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-date-and-time-shortcode/tags/2.6.7/readme.txt

    r3197346 r3198377  
    6565
    6666* Show date and/or time in the default WordPress formats.
    67 * Show date and/or time in custom format based on the PHP [date and time formatting characters](https://www.php.net/manual/en/datetime.format.php)
    68 * Show date and/or time based on fixed SQL/date/time format or any [relative date and time format](https://www.php.net/manual/en/datetime.formats.relative.php)
     67* Show date and/or time in custom format based on the PHP [date and time formatting characters](https://www.php.net/manual/en/datetime.format.php) (see Date Formats and Time Formats section).
     68* Show date and/or time based on fixed SQL/date/time format or any [relative date and time format](https://www.php.net/manual/en/datetime.formats.php) (see Relative Formats section).
    6969* Show year separately as 4 or 2-digit number (e.g. 1999 or 99).
    7070* Show month as number (1-12), full name (January-December) or 3-letter name (Jan-Dec).
     
    8888* `item` - what date and time information to show. The used values are:
    8989    * `date-time` - default WP date and time format (default value)
    90     * `custom` - custom format using the PHP [date and time formatting characters](https://www.php.net/manual/en/datetime.format.php)
     90    * `custom` - custom format using the PHP [date and time formatting characters](https://www.php.net/manual/en/datetime.format.php) (see Date Formats and Time Formats section)
    9191    * `date` - default WP date format
    9292    * `time` - default WP time format
Note: See TracChangeset for help on using the changeset viewer.