Greetings!
 
I am using the MMBase Community application and I would like posted messages to display the date in the following format:
 
                 November 10, 2004
 
I am using the following code to do this:
 

                    <mm:field name="timestapsec" id="commentdate" write="false"/>

                    <mm:time referid="commentdate" format=":FULL.FULL" precision="hours"/>

 

However, I keep on getting the same date displayed, no matter the day the message was posted.

 

If I use the following code (that comes with the community application) then it works, however it does not display the results I want

 

                    <mm:field name="day(timestampsec)" />

                    <mm:field name="month(timestampsec)" />

                    <mm:field name="year(timestampsec)" />

 

 

Any help is grealy appreciated.

 

Thanks,

Curtney

Reply via email to