class datepropcol extends propertycolumn {
imodel createlabelmodel(imodel rowmodel) {
  final imodel prop=super.createlabelmodel(rowmodel);
  return new abstractreadonlymodel() {
       object getobject() {
            Date date=(Date)prop.getObject();
            String str=formatdate...
            return str;
         }
}
}
-igor



On 2/23/07, Kingen Star <[EMAIL PROTECTED]> wrote:

Hi.

Is there an easy way to format the date that the DataTable is displaying?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to