Changeset 19973
- Timestamp:
- 02/21/2012 07:55:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r19935 r19973 11 11 * Converts MySQL DATETIME field to user specified date format. 12 12 * 13 * If $dateformatstring has 'G' value, then gmmktime() function will be used to 14 * make the time. If $dateformatstring is set to 'U', then mktime() function 15 * will be used to make the time. 16 * 17 * The $translate will only be used, if it is set to true and it is by default 18 * and if the $wp_locale object has the month and weekday set. 13 * The $translate parameter will only be used, if it is set to true and it is by 14 * default and if the $wp_locale object has the month and weekday set. 19 15 * 20 16 * @since 0.71 21 17 * 22 * @param string $dateformatstring Either 'G', 'U', or phpdate format.18 * @param string $dateformatstring Either 'G', 'U', or PHP date format. 23 19 * @param string $mysqlstring Time from mysql DATETIME field. 24 20 * @param bool $translate Optional. Default is true. Will switch format to locale.
Note: See TracChangeset
for help on using the changeset viewer.