I am using bootstrap datepicker from http://www.eyecon.ro/bootstrap-datepicker/
But the firebug shows date is undefined in the bootstrap-datepicker.js file in the following line.
var parts = date.split(format.separator)
javascript file and css are working properly
<script type="text/javascript" src="../bootstrap/js/bootstrap-datepicker.js"></script>
<link rel="stylesheet" href="../bootstrap/css/datepicker.css" type="text/css"/>
And Initialized the date picker using
$('.datepicker').datepicker({ format: "yyyy-mm-dd" });