No creo que sea muy dificil seguir el ejemplo del manual oficial:
Código HTML:
Ver original<!DOCTYPE html>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript"> $(document).ready(function() {
$("#txtDate").datepicker();
});
<body style="font-size:62.5%;">
<input type="text" id="txtDate" />