Hi, I am not using FTL. I want to use entire Ofbiz and I cannot go and change the date setting in each and every form and FTL.
I was asking about any setting to be done in any properties file or similar to the UTilDateTime Format Change, etc which would change the way date appears in the application. Thanks Mandar On Fri, Jan 16, 2015 at 11:05 AM, SAURABH SINGH < [email protected]> wrote: > HI Mandar > > If you are using XML for FTL to display the date on UI ,that its easy to > display. > on FTL you can use > > ${requestList.Date?if_exists?string("dd/MM/yyyy") > > through given above format you can show it in the form of dd/mm/yyyy > > On Thu, Jan 15, 2015 at 10:37 PM, Mandar K <[email protected]> wrote: > > > Hello, > > > > All over Ofbiz I want to change the Date format to be displayed as > > dd-mm-yyyy. > > > > I Changed the format in UtilDateTime.java file but still values are > > displayed as mm-dd-yyyy only. > > > > Any inputs over this would be of great help. > > > > Thanks, > > Mandar > > > > > > -- > > > > > *Thanks & RegardsSAURABH SINGH**Software Engineer* >
