(1) Include the stylesheet needed to style the calendar.
(2) Include the Calendar Class file into your page (PHP5 folder if you're using PHP 5).
(3) Instantiate an object of that Calendar Class, and assign and ID via the constructor.
(4) Simply echo the Output method of the object wherever you need to place it.
(5) Use the Value method of the object, to get the selected value.