[TYPO3-english] extbase / fluid - date question

S.Korth s.korth at dms-arts.com
Thu Dec 31 11:14:57 CET 2009


Jigal van Hemert schrieb:
> S.Korth wrote:
>> Your sure with this group -> typo3.projects.typo3v4mvc
>> Can't find it. :-(
> 
> It's there on the news server lists.typo3.org!
> 
> Regards, Jigal.

Ohhh, your right!

A small refresh of the list did it. That's embarrassing....


By the way, it was a simple (getter) problem.

before:

public function getDateFrom() {
	return $this->dateFrom;
}


after (this works for me):

public function getDateFrom() {
	return $this->dateFrom->format("F j, Y, g:i a");
}


Sascha ;-)


More information about the TYPO3-english mailing list