Bug #21377
BE-user last-login field does not respect local values
| Status: | New | Start date: | 2009-10-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.3 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 0 |
Description
The date is always displayed in the english dateformat "d-m-y hh:mm".
Solution:
Use the function t3lib_BEfunc::datetime instead.
This function uses the values set in $TYPO3_CONF_VARS['SYS']['ddmmyy'] and $TYPO3_CONF_VARS['SYS']['hhmm'] which leads to the desired result.
This is related to #17524 and #17524.
(issue imported from #M12362)
Related issues
| related to Core - Feature #14390: Date selector should accept alternative date formats | Accepted | 2004-11-17 | ||
| related to Core - Bug #17364: Date field forces day of the month when in m-d-y format t... | Resolved | 2007-06-07 |
History
Updated by Chris topher over 3 years ago
Same for fe_users:lastlogin?!