DEMO SITE v1.7.26

Date - Flatpickr NEW Minimal theme

Manage date using the comprehensive Flat Pickr

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();	
	$xcrud->table("orders");

    $xcrud->fields("orderDate,status,requiredDate,shippedDate,comments");

    $xcrud->change_type("status","select","",array("Not Shipped"=>"Not Shipped","Shipped"=>"Shipped","Completed"=>"Completed"));

    $xcrud->change_type("orderDate","flatpickr","","{enableTime:false,dateFormat:Y-m-d H:i:s,locale:it,altFormat:d-m-Y,altInput: true}");//"{enableTime:true,dateFormat:Y-m-d H:i:s,locale:it,altFormat:d-m-Y H:i:s,altInput: true}
    $xcrud->change_type("requiredDate","flatpickr","",'{enableTime:false,dateFormat:Y-m-d H:i,locale:it,altFormat:d-m-Y,altInput: true}');
    $xcrud->change_type("shippedDate","flatpickr","",'{enableTime:true,dateFormat:Y-m-d H:i,locale:it,altFormat:d-m-Y,altInput: true}');
   
    echo $xcrud->render();

?>

Orders

#OrderdateRequireddateShippeddateStatusCommentsCustomernumber
12003-02-11 00:00:002020-07-29 00:00:002020-07-30 00:00:00ShippedGreat363 View Edit Remove
22003-01-09 00:00:002003-01-12 00:00:002003-01-25 00:00:00CompletedCheck on availability.128 View Edit Remove
32003-01-10 00:00:002003-01-18 00:00:002003-01-14 00:00:00Shipped181 View Edit Remove
42003-01-29 00:00:002003-02-07 00:00:002003-02-02 00:00:00Shipped121 View Edit Remove
52003-01-31 00:00:002003-02-09 00:00:002003-02-01 00:00:00Shipped141 View Edit Remove
62003-02-11 00:00:002003-02-21 00:00:002003-02-12 00:00:00ShippedItem 1145 View Edit Remove
72003-02-17 00:00:002003-02-24 00:00:002003-02-21 00:00:00ShippedGreat Item278 View Edit Remove
82003-02-24 00:00:002003-03-03 00:00:002003-02-26 00:00:00ShippedDifficult to negotiate with customer. We need…131 View Edit Remove
92003-03-03 00:00:002003-03-12 00:00:002003-03-08 00:00:00Shipped385 View Edit Remove
102003-03-10 00:00:002003-03-19 00:00:002003-03-11 00:00:00ShippedCustomer requested that FedEx Ground is used for…486 View Edit Remove
Add Export into CSV Print Search Execution time: 0.005 sMemory usage: 0.17 MB