Hi all,
I’m writing a view that shows two date values that I’d like to put in two <input type=‘date’ …> controls.
I receive the dates via SOAP calls and they are always formatted as ‘yyyy-mm-dd’.
With this format, the input control is not able to parse a date.
How can i handle the change of format to allow both the write and the read in the input control?