Changeset 3198377
- Timestamp:
- 11/27/2024 06:02:59 PM (14 months ago)
- File:
-
- 1 edited
-
wp-date-and-time-shortcode/tags/2.6.7/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-date-and-time-shortcode/tags/2.6.7/readme.txt
r3197346 r3198377 65 65 66 66 * 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). 69 69 * Show year separately as 4 or 2-digit number (e.g. 1999 or 99). 70 70 * Show month as number (1-12), full name (January-December) or 3-letter name (Jan-Dec). … … 88 88 * `item` - what date and time information to show. The used values are: 89 89 * `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) 91 91 * `date` - default WP date format 92 92 * `time` - default WP time format
Note: See TracChangeset
for help on using the changeset viewer.