• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DatetimePicker problem in struts2

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai Friends..

Currently I am working in struts2 project and also iam new to struts. In My Application I am Using DatetimePicker. Where Iam Settings Its displayFormat Proprty as dd/MM/yyyy. In value class its a date Property. when i display this date propery using s.o.p the date object gets convert to current locale which is mm/dd/yyyy.

version: struts2-core-2.0.11.1.jar



output. If Choosen Date is. 12/05/2010

EffevtiveDate Format= Dec 05 2010




thanks in advance





reply
    Bookmark Topic Watch Topic
  • New Topic