DEMO SITE v1.7.31

Date - Flatpickr 1.7.26 Bootstrap 4.5 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

Add
#OrderdateRequireddateShippeddateStatusCommentsCustomernumber
Actions
12003-10-20 00:00:002003-10-27 00:00:002003-10-24 00:00:00ffdfd424 View Edit Remove
22003-10-21 00:00:002003-10-30 00:00:002003-10-23 00:00:00ShippedQuesto ordine è stato contestato, ma risolto…452 View Edit Remove
32003-10-22 00:00:002003-10-31 00:00:002003-12-26 00:00:00ShippedThis order was on hold because customers's credit…148 View Edit Remove
42003-10-21 00:00:002003-10-30 00:00:002003-10-27 00:00:00Shipped462 View Edit Remove
52003-10-23 00:00:002003-10-30 00:00:00Customer called to cancel. The warehouse was…448 View Edit Remove
62003-10-28 00:00:002003-11-03 00:00:002003-11-01 00:00:00Shipped161 View Edit Remove
72003-11-04 00:00:002003-11-14 00:00:002003-11-09 00:00:00Shipped276 View Edit Remove
82003-11-04 00:00:002003-11-12 00:00:002003-11-07 00:00:00Shipped452 View Edit Remove
92003-11-05 00:00:002003-11-13 00:00:002003-11-07 00:00:00Shipped233 View Edit Remove
102003-11-05 00:00:002003-11-14 00:00:002003-11-11 00:00:00Shipped175 View Edit Remove
showing_records 1 to 10 of 319
Search