javascript - Time Range on Bootstrap 3 or jquery -


i use control 1 bootstrap-datetimepicker, if view totally different enables functionality described bellow not problem.

but have format hh:mm:ss, without ("pm"or "am"). without, unlimited number of hourse (hh) , accept time range, example: time acceptable between "11:12:02" , "11:30:20" other time wouldn't possible select.

jon thornton created timepicker in jquery type of time selection:

   $('#example1').timepicker({ 'timeformat': 'h:i:s',        'mintime': '11:12:02am',        'maxtime': '11:30:20am'     }); 

http://jonthornton.github.io/jquery-timepicker/


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -