HI , I need to set date type programmatically in crx repo so that it should work with both classic and touch UI datepicker.Currently I am setting up as a string "Fri Dec 04 2020 13:08:08 GMT-0700" which is working for classic but not for Touch UI.I have tried with using SimpleDateFormat (below form...