Date Picker

Rohit Khare (khare@w3.org)
Mon, 2 Dec 1996 14:38:34 -0500


This ms humor gem was in their guide to IE4
http://www.microsoft.com/win32dev/ui/ie40.htm

Date Picker Control

The control called a date picker (no, it does not pick fruit, and it
doesn't get you an escort to a movie) is a
standard user interface that developers can use to allow end users to set
and view the date. This works much like the File Open common dialog box in
that you will be provided the standard user interface, including all of the
controls needed, but you will need to provide the "guts" of the code. That
is, you need to do the real work. A new class called DATETIMEPICK_CLASS or
"SysDateTimePick32" in the common control header file supports this new
control.