Re: Day name and Month Name

2019-04-24 Thread Pierre Smits
Hi Deepak, Thanks, I found the solution while working on https://issues.apache.org/jira/browse/OFBIZ-10947 Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator

Re: Day name and Month Name

2019-04-24 Thread Deepak Dixit
Hi Pierre, You can use SimpleDateFormat or DateFormatSymbols class to achieve your requirements Kind Regards, On Sat, Apr 20, 2019 at 4:52 PM Pierre Smits wrote: > HI all, > > Are there functions in ofbiz to get: > >1. the name of the Day given a particular date? And equally to get the >

Day name and Month Name

2019-04-20 Thread Pierre Smits
HI all, Are there functions in ofbiz to get: 1. the name of the Day given a particular date? And equally to get the abreviation?, E.g 'Sunday' > 'Sun'; 2. the name of the Month given a particular month number (derived from either a date/timestamp or month number)? And equally so to