mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Never noticed the date output in the dropdown was dynamic... so made sense to actually use the relative days feature to _actually show_ how it works by placing "Today" within the date, and append it with a date of how it'd be formatted it it wasn't yesterday/today/tomorrow by offsetting the time() by 1 year negatively. Bonus is that the RELATIVE_DAYS variable is no longer needed, though have switched that for a VARIANT_DATE_SEPARATOR variable incase people want to localise " / " (could have been hardcoded, but you never know! :P) The YESTERDAY/TODAY/TOMORROW variables have also had their trailing commas nuked (the comma has gone into the date format code) as people whom want: "d M Y @ H:i:s" => "01 Jan 2007 @ 13:37:00" ... enabling relative days with: "|d M Y| @ H:i:s" ... would have got: "Today, @ 13:37:00" ... but now they shall get: "Today @ 13:37:00" Lastly, added a relative date option for those prefering middle-endian dates with am/pm time. git-svn-id: file:///svn/phpbb/trunk@7391 89ea8834-ac86-4346-8a33-228a782c2dd0 |
||
---|---|---|
.. | ||
info | ||
acp_attachments.php | ||
acp_ban.php | ||
acp_bbcodes.php | ||
acp_board.php | ||
acp_bots.php | ||
acp_captcha.php | ||
acp_database.php | ||
acp_disallow.php | ||
acp_email.php | ||
acp_forums.php | ||
acp_groups.php | ||
acp_icons.php | ||
acp_inactive.php | ||
acp_jabber.php | ||
acp_language.php | ||
acp_logs.php | ||
acp_main.php | ||
acp_modules.php | ||
acp_permission_roles.php | ||
acp_permissions.php | ||
acp_php_info.php | ||
acp_profile.php | ||
acp_prune.php | ||
acp_ranks.php | ||
acp_reasons.php | ||
acp_search.php | ||
acp_styles.php | ||
acp_update.php | ||
acp_users.php | ||
acp_words.php | ||
auth.php |