Changeset 1903 for trunk/wp-admin/options-general.php
- Timestamp:
- 11/29/2004 08:32:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r1818 r1903 65 65 <th scope="row"><?php _e('Default date format:') ?></th> 66 66 <td><input name="date_format" type="text" id="date_format" size="30" value="<?php form_option('date_format'); ?>" /><br /> 67 <?php _e('Output:') ?> <strong><?php echo gmdate(get_settings('date_format'), current_time('timestamp')); ?></strong></td>67 <?php _e('Output:') ?> <strong><?php echo mysql2date(get_settings('date_format'), current_time('mysql')); ?></strong></td> 68 68 </tr> 69 69 <tr>
Note: See TracChangeset
for help on using the changeset viewer.