During last time we saw a lot of pages with code to assist users with date input. Usually this kind of pages uses PopUp window with calendar. It visualized date input and prevents users from date format mistakes.
Here we want to introduce our version of date input control with visual input from calendar. This control is based on JavaScript code and was tested on Netscape and IE platforms. It is fully customized through CSS file. Fill free to mail us any questions. Our email address: contact@web4w3.com
This is an working example. Take your time to play.
In an input form add the text input control with onMouseOver event assigned to "getDate(this)". We recommend to mark this control as readonly to prevent users mistake.