I'd like to add support in date-time picker for microseconds, As it's possible that data generated at runtime may contain microseconds. Removing microsecond from the demo is not a proper solution. As per current implementation, we are using Date.parseExact in OfbizUtil.js, and Date.parse does not support the microseconds. We can use the moment js to format date in the proper format.
Kind Regards, Deepak Dixit DIRECTOR OF PRODUCT ENGINEERING mobile: +91 9826754548 email: [email protected] *www.hotwax.co <http://www.hotwax.co/>* On Sat, May 25, 2019 at 7:09 PM Jacques Le Roux < [email protected]> wrote: > Le 25/05/2019 à 14:22, Pawan Verma a écrit : > > Hello Devs, > > > > While working on OFBIZ-11022, I have found that current date-time picker > > does not have support for microseconds. > > In existing demo data for WebSitePathAlias, we have microseconds in it. > But > > on Edit webSitePathAlias screen date-time picker does not pass > microseconds > > and due to this system can not find the exact record for update. > > > > Should we add support in date-time picker for microseconds or remove it > > from demo data? > > > > Suggestions and thoughts are welcome. Thanks! > > Hi Pawan, > > I'd be more inclined to remove microseconds from demo data > > Thanks > > Jacques > >
