Date/Time picker INPUT formatting, not read only
Hi everyone,
I am implementing a requirement that asks to change formatting on our date picker. Old formatting was default of DD/MM/YYYY. New formatting is DD-MON-YYYY. I have changed the read only format on presentation tab. This works great when selecting a date from the date picker. If I select Nov 11, 2018 it will display as 11-Nov-2018 in the text box. However when manually entering a date into the text box (11-Nov-2018) I am getting an error that this is not a date format. I have tried creating a new control to implement this format and have yielded the same results as well. However if i manually enter the date as 11/11/2018 then when I tab out of the box, it will automatically change to the correct formatting (11-Nov-2018). How can I allow for manual input of the desired formatting to be accepted?
Thanks,
Angel
***Edited by Moderator Marissa to update platform capability tags**