CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #37261

Bug in manual - dateFormat

Added by Tymoteusz Motylewski about 1 year ago. Updated about 1 year ago.

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.

Also available in: Atom PDF