I set the date format to dd-mm-yyyy, but it is mentioned that it only accepts the date in ISO format.
So, I changed the date format in the onDateSelect event and updated it in the co object. However, the selected date field doesn’t display correctly because the format is not in ISO.
But I need to store the value in dd-mm-yyyy format.
One way to do this is by storing the value in a local variable during onInit, converting the format there, and then updating the format again in the onDateSelect event before setting it in the co object.
Is there any other way to handle this in Alpha?

