Plugin Time picker example - PDOCrud

$pdocrud = new PDOCrud(); $pdocrud->addPlugin("timepicker");//to add plugin $pdocrud->formFields(array("product_name")); echo $pdocrud->dbTable("producttable")->render("insertform"); echo $pdocrud->loadPluginJsCode("timepicker","input[type=text]");//to add plugin call on input[type=text] elements