Re: Missing microseconds support in date-time picker

2019-05-27 Thread Pierre Smits
I wonder which entities would benefit from having the ability to register microseconds. Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator ,

Re: Missing microseconds support in date-time picker

2019-05-27 Thread Jacques Le Roux
OK then Jacques Le 27/05/2019 à 09:15, Aditya Sharma a écrit : Indeed. I have already started working on OFBIZ-10782 but if the community decides we can include that with the current work. 1. https://issues.apache.org/jira/browse/OFBIZ-10782 Thanks and regards, Aditya Sharma Enterprise

Re: Missing microseconds support in date-time picker

2019-05-27 Thread Aditya Sharma
Indeed. I have already started working on OFBIZ-10782 but if the community decides we can include that with the current work. 1. https://issues.apache.org/jira/browse/OFBIZ-10782 Thanks and regards, Aditya Sharma Enterprise Software Engineer *HotWax Systems* *Enterprise open source experts*

Re: Missing microseconds support in date-time picker

2019-05-27 Thread Deepak Dixit
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

Re: Missing microseconds support in date-time picker

2019-05-25 Thread Jacques Le Roux
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

Re: Missing microseconds support in date-time picker

2019-05-25 Thread Pierre Smits
IMO microseconds for something like demo data for fairly static (from a second viewpoint) records is overkill. Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator

Missing microseconds support in date-time picker

2019-05-25 Thread Pawan Verma
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