I would make a java function to trim the string there might be other ways <#assign dateOnly= someStaticJavaFunction(productReview.postedDateTime) />
On Mon, Jun 7, 2010 at 4:19 PM, HyunWoo Jo <[email protected]> wrote: > hello users! > > this could be very simple, i just dont know how to do. > > in product review, it displays date and time, but how i can make it shows > only date only? > > i am working with ecommerce/webapp/ecommerce/catalog/productdetail.ftl > and this is the line that i am trying to figure out. > > ${uiLabelMap.CommonAt}: ${productReview.postedDateTime?if_exists) > > how do make this to display date only in web browser? > > thank you in advance. > > > >
