Hi,
Am using
Browser : Chrome Ver 88.0.4324.150 (Build ufficiale) (a 64 bit)
Smart client: version for customer 10.0, for test i have used 10.0 and 12.1
https://www.smartclient.com/smartcli....html#dateItem
https://www.smartclient.com/smartcli...e/?id=dateItem
The problem is simple, I set as date format MM/YYYY by modifying dateItem.js like this:
{name:"directInputDate", title:"Direct Input Date", type:"date", useTextField:true, wrapTitle:false,
change:"dateLabel.setContents(value)", dateFormatter: "MM/YYYY"}
If you set a date greater than or equal to January 4, 2021 or less than or equal to December 31, 2020, the displayed date is correct.
If I try a date from January 1st to January 3rd 2021 the displayed date is: 01/2020.
I haven't tried all the dates, so I don't know of any other use cases.
Thanks in advance for any feedback.
Am using
Browser : Chrome Ver 88.0.4324.150 (Build ufficiale) (a 64 bit)
Smart client: version for customer 10.0, for test i have used 10.0 and 12.1
https://www.smartclient.com/smartcli....html#dateItem
https://www.smartclient.com/smartcli...e/?id=dateItem
The problem is simple, I set as date format MM/YYYY by modifying dateItem.js like this:
{name:"directInputDate", title:"Direct Input Date", type:"date", useTextField:true, wrapTitle:false,
change:"dateLabel.setContents(value)", dateFormatter: "MM/YYYY"}
If you set a date greater than or equal to January 4, 2021 or less than or equal to December 31, 2020, the displayed date is correct.
If I try a date from January 1st to January 3rd 2021 the displayed date is: 01/2020.
I haven't tried all the dates, so I don't know of any other use cases.
Thanks in advance for any feedback.
Comment