Hello,
I need to add a Date Picker on a program PPS170 using H5 Script with script version 2.0?
Can someone help me with the JS code to insert a Date Picker element in H5 like the screenshot below?
Thanks.
Hello, Thank you for your reply.
Is this a typescript file, because we need to have the JavaScript code since we use it in Infor M3 and it does not allow TS file.
Hi,
I write all my code in typescript and then compile to Javascript, then install in infor m3/H5.
Thank a lot, I modified your code to adapt to mine and it worked. I removed the tab index because I had no idea what it does and what value it required.