date format in norwegian

Author Message

risto CMS user

Monday 06 February 2006 3:29:51 am

my override of ezdate.tpl looks like this:

{section show=$attribute.content.is_valid}{$attribute.content.day}.{$attribute.content.month}.{$attribute.content.year}{/section}

Iwould like to have it display the date as:

monday 06 Feb. 2006 (but in norwegian how can I doo that?

Mads Ovesen

Tuesday 07 February 2006 5:12:03 am

Have you set

[RegionalSettings]
ContentObjectLocale=nor-NO

in your site.ini.append.php file??

/mads

/m

risto CMS user

Tuesday 07 February 2006 6:09:06 am

ok this I have and it works fine on datetime.

but can it work on a date field?

why dosent this work?

{$node.object.data_map.date|l10n(date)}

Mads Ovesen

Tuesday 07 February 2006 11:48:15 am

That won't give the correct output. You will need a Unix timestamp as input to l10n to give you the correct output (i.e. monday 06 Feb. 2006). Fx look at the attributes for the ezdate datatype:

http://ez.no/doc/ez_publish/technical_manual/3_6/reference/objects/ezdate

The timestamp attribute contains the the Unix timestamp that you can use.

/Mads

/m

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 22 2025 01:43:58
Script start
Timing: Jan 22 2025 01:43:58
Module start 'layout'
Timing: Jan 22 2025 01:43:58
Module start 'content'
Timing: Jan 22 2025 01:43:58
Module end 'content'
Timing: Jan 22 2025 01:43:58
Script end

Main resources:

Total runtime0.0149 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 590.1641151.2109
Module start 'layout' 0.00500.0025 741.375036.6484
Module start 'content' 0.00750.0051 778.023490.1719
Module end 'content' 0.01260.0023 868.195333.9922
Script end 0.0149  902.1875 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002718.3702140.0002
Check MTime0.00128.3184140.0001
Mysql Total
Database connection0.00085.374110.0008
Mysqli_queries0.002214.681430.0007
Looping result0.00000.073510.0000
Template Total0.001711.410.0017
Template load0.00138.931910.0013
Template processing0.00042.458610.0004
Override
Cache load0.00095.815110.0009
General
dbfile0.00031.995380.0000
String conversion0.00000.054340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs