I want only timepicker.Using Datepicker I can make visible timer picker with date.Below using code:
{ view: “datepicker”, label: ‘DateTime’, labelWidth: 100, width: 200, id: ‘dtAttnDateTime’, weekHeader: true, timeSelect: true, minuteStep: 1, hourStart: 1, value: new Date(), hourFormat: “%h%a”, dateFormat: ‘%d-%m-%Y %h:%i %a’ },
How can I show only timepicker.Please help me