Hi Experts,The requirement is input will be an array of dates which might be of any format like DD/MM/YYYY , YYYY/MM/DD , DD-MM-YY, YY-MM-DD , etc something like these. Now I would like to write an UDF which accepts the input array of dates with w...