Changeset 2295:f20eb5bb555b for admin/blog_pref.php
- Timestamp:
- 10/06/13 14:35:08 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_pref.php
r2223 r2295 67 67 # Date format combo 68 68 $now = time(); 69 $date_formats = array('%G-%m-%d', '%m/%d/%G', '%d/%m/%G', '%G/%m/%d','%d.%m.%G', '%b %e %G', '%e %b %G', '%G %b %e', 70 '%a, %G-%m-d', '%a, %m/%d/%G', '%a, %d/%m/%G', '%a, %G/%m/%d', '%B %e, %G', '%e %B, %G', '%G, %B %e', '%e. %B %G', 71 '%A, %B %e, %G', '%A, %e %B, %G', '%A, %G, %B %e','%A, %G, %B %e', '%A, %e. %B %G'); 72 $time_formats = array('%H:%M','%I:%M','%l:%M', '%Hh%M', '%Ih%M', '%lh%M'); 69 $date_formats = unserialize($blog_settings->system->date_formats); 70 $time_formats = unserialize($blog_settings->system->time_formats); 73 71 $date_formats_combo = array('' => ''); 74 72 foreach ($date_formats as $format) {
Note: See TracChangeset
for help on using the changeset viewer.