Hello /.*/
my scaffold don't use localized dates
in the listing.tpl
{loop content_columns}
<td class="field"><?php echo $user->get($content_column) ?></td>
{end}
yes I think with a little more code in my view and helpers I can achieve this. But since I'm a lazy guy :) I try to avoid to much coding :D
I made a config/locales/de.php, then I copied the $locale array to /locales/localize/date/de.php or /locales/user/de.php but nothing works for me
thanks from Germany badPussycat
I actually don't get how this should work without coding it ;-)
you mean the public setter/getter should transparently convert date-values back and forth according to the current locale.
yes the getter. But after rethinking I guess that is not implemented, 'couse it's the view's job to handle this :)
1 to 4 of 4