Hi There,
Quick Update.
The above issue is fixed and the reason for the issue is "E" which represents the digit corresponding to the weekday. so if it is Thursday and I write "EEEE" in the display format it would result in "4444".
To resolve this issue "DDDD" is the current representation format for weekdays. It will give "Thursday" in the display text.
The correct format would be "DDDD, MMM, YYYY HH:mm a". On selection of the current day, it will result in "Thursday, May, 2022 06:34 PM".
Thanks,
Ravi