jonthornton / Datepair.js

A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
https://www.jonthornton.com/Datepair.js
360 stars 85 forks source link

time picker #133

Closed ramakanth0011 closed 3 years ago

ramakanth0011 commented 3 years ago

thank you soo much sir. really apricate your work and support.... one more think i want to add in the start end and end time. like suppose current time is 3.48pm . i want the start time start from 4:00 pm. can u please help me with this... thanks alot sir

jonthornton commented 3 years ago

Try

$('#theStartTime).timepicker({
  forceRoundTime: true
});
ramakanth0011 commented 3 years ago

din not work in my case sir, how can i contact you sir?

$('#basicExample .time').timepicker({
'showDuration': true, // forceRoundTime: true, 'timeFormat': 'g:ia' });