I went through the HTML5 input type date which accepts date in DD/MM/YYYY
format. But my requirement is to accept date in MM/DD/YYYY
format.
Also I came to know about this
I went through telerik date picker which is as per my requirements and is a paid library but I want a free opensorced code/library for datepicker like in the above link which can accept in MM/DD/YYYY format, that has month, day, year blocks and has validations.