3215 Posts in 848 Topics by 811 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1550 Views |
-
formatI18n(%B)

10 December 2009 at 11:59am Last edited: 10 December 2009 10:38pm
Hi,
in my Template i use the following control:
<% control getArtikel %>
$Datum.FormatI18N(%B)</div>
<% end_control %>And get the following error: Call to a member function XML_val() on a non-object
Info from the .cache: $val .= $item->obj("ProjektDatum")->XML_val("FormatI18N",array("%B"),true) ;
EDIT: using $Created.formatI18N(%B) outside the control works fine?!if i use
<% control getArtikel %>
$Datum</div>
<% end_control %>there is no error an $Datum returns "2009-12-09".
in _config.php i have set: setlocale(LC_ALL, 'de_DE');
Can anybody explain, what is happening here?
-
Re: formatI18n(%B)

11 December 2009 at 12:30am
Now i have the same Problem with: $SiteTreeContent.Summary(50)
I have collected the data via $sqlQuery. Where is the problem? Can anybody help?
Greetings, Carsten.
| 1550 Views | ||
|
Page:
1
|
Go to Top |

