[TYPO3-UG Dutch] Date of birth als unix timestamp getoond

Arjen Hoekema arjenhoekema at gmail.com
Tue May 19 17:40:24 CEST 2009


Hoi Dick,

Het veld "date_of_birth" wordt waarschijnlijk toegevoegd door de 
extensie "sr_feuser_register". Misschien dat onderstaande typoscript je 
op weg kan helpen (voor de list view):

plugin.tx_feuserlisting_pi1.listView {
	customProcessing {
		date_of_birth = TEXT
		date_of_birth.field = date_of_birth
		date_of_birth.strftime = %d-%m-%Y
	}
}

Zie ook de "ext_typoscript_setup.txt" van de extensie.

Met vriendelijke groet,

Arjen Hoekema


More information about the TYPO3-UG-Dutch mailing list