Bug #37261
Bug in manual - dateFormat
| Status: | Accepted | Start date: | 2012-05-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
manual says that dateFormat Typoscript setting should be set using conditions for different languages:
plugin.tx_abbooking_pi1.dateFormat = %d.%m.%y [globalVar = GP:L = 1] config.language = en plugin.tx_abbooking_pi1.dateFormat = %d/%m/%y [global]
instead you should use
plugin.tx_abbooking_pi1.dateFormat {
en = %d/%m/%Y
de = %d.%m.%y
pl = %d.%m.%y
}
History
Updated by Alexander Bigga about 1 year ago
- Status changed from New to Accepted
The manual doesn't match current version of ab_booking.
It will be rewritten before next release.