[Typo3-dev] date format in list module

Zach Davis zach at crito.org
Tue Jul 27 12:51:38 CEST 2004


Ursula Klinger wrote:
> Hallo Zach,
> 
> I'm not sure, but I think you have to set the eval of the corresponding field
> to date or datetime in the TCA array.
> 
> example
> 
> "mydate" => Array (
>       "exclude" => 0,
> 	  "label" => "Date"
> 	  "config" => Array (
> 		"type" => "input",
> 		"size" => "10",
> 		"max" => "10",
> 		"eval" => "date"
> 	  )
>    )
> 
> Ursula
> 

Thanks Ursula, but that doesn't seem to be doing the trick for me -- the 
TCA already contains that eval field.

best,
Zach




More information about the TYPO3-dev mailing list