Jump to content

khan786

Members
  • Posts

    4
  • Joined

  • Last visited

khan786's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. U means that my code should be like that
  2. #startdate is the text item in which date is returned. i also tried to put these code in header part of page like as <head> <script src="/js/jquery-ui-1.8.15.custom.min.js"></script> <script src="/js/jquery-1.6.2.min.js"></script><link rel="/styles/stylesheet" href="jquery/jqueryCalendar.css"> jQuery(function() { jQuery( "#startDate" ).datepicker(); }); </head> still not worked???
  3. i have past <script src="/js/jquery-ui-1.8.15.custom.min.js"></script> <script src="/js/jquery-1.6.2.min.js"></script><link rel="/styles/stylesheet" href="jquery/jqueryCalendar.css"> in header tag..... and jQuery(function() { jQuery( "#startDate" ).datepicker(); }); in document.ready function but the calender is not opened ..whay......i have paste the js file in folder as mentioned...
  4. i have date input text item in which the date is return from the calender in formate dd/mm/yyyy i want to change the format to dd-mon-yyyy in java script ....how i can do it?
×
×
  • Create New...