Hi All,
i am using liferay 6 version.I want to include jquery calender for text box.But It is not showing properly on the form.
But it is not showing properly when i am accessing the page.Please find screet shot to understand clearly.
I am using the following code
In jsp : 1
2<input type="text" name="startDate" id="startDateId" value="" />
3 <script type="text/javascript" src="/html/js/jquery/jquery.js"></script>
4 <script type="text/javascript" src="/html/js/jquery/ui.datepicker.js"></script>
5 <script type="text/javascript" src="/html/js/jquery/ui.core.js"></script>
6 <script type="text/javascript">
7 jQuery(function(){
8 jQuery("#startDateId").datepicker({dateFormat:'dd-mm-yy'});
9 }
10 );
Please tell me am I missing any thing ?
Regards,
Kiran.