[TYPO3] Date problem in joboffers_feedit
Ron P.
ron.p at softhome.net
Thu Mar 1 00:20:31 CET 2007
On Wed, 28 Feb 2007 14:35:08 -0800, "Christopher Torgalson"
<bedlamhotel at gmail.com> wrote:
>Hi,
>
>On 2/28/07, ron.p at softhome.net <ron.p at softhome.net> wrote:
>> I am using ab_minijoboffers and joboffers_feedit in Typo 4.0.2. When
>> a new job is posted in the FE the date is not properly passed.
>> Clicking "See Preview" drops the first date digits (ie: 30-12-2007
>> becomes -12-2007).
>
>
>I've never used this extension, but what you're describing can happen
>if the date is output using php or Typoscript's 'date' or 'strftime'
>function with an invalid value. Try searching the extension's TS for
>e.g.
>
>something.strftime = %foo %bar %fubar
>
>...and checking %foo %bar and %fubar against the permissible values in
>the php manual for your server's OS (there's at least one item that is
>not available on Windows servers for example...)
>
>
>--
>Christopher Torgalson
>http://www.typo3apprentice.com/
Thank you Christopher!
I am testing on a Windows server. One of the dependancies is
mth_feedit which uses "%e-%m-%Y". Changing it to "%d-%m-%Y" worked.
Regards,
Ron P
Regards,
Ron P
More information about the TYPO3-english
mailing list