Hello, i have some problems.

I have class:

public class Profile {

    private Long createTime;
    ....
}

and i show information on the page with this code:

<div t:type="beandisplay" t:object="profile" t:include="createTime,
...."></div>

All is good, but i need to show my time in dateFormat(yyyy-mm-dd). How i can
convert my long to date or i can't use beandisplay in my case?

Thanks.


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-show-Data-tp4852814p4852814.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to