Date - Flatpickr NEW Minimal theme
Manage date using the comprehensive Flat Pickr
HIDE CODE
SHOW 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
Orders
| # | Orderdate | Requireddate | Shippeddate | Status | Comments | Customernumber | |
| 1 | 2003-02-11 00:00:00 | 2020-07-29 00:00:00 | 2020-07-30 00:00:00 | Shipped | Great | 363 | View Edit Remove |
| 2 | 2003-01-09 00:00:00 | 2003-01-12 00:00:00 | 2003-01-25 00:00:00 | Completed | Check on availability. | 128 | View Edit Remove |
| 3 | 2003-01-10 00:00:00 | 2003-01-18 00:00:00 | 2003-01-14 00:00:00 | Shipped | | 181 | View Edit Remove |
| 4 | 2003-01-29 00:00:00 | 2003-02-07 00:00:00 | 2003-02-02 00:00:00 | Shipped | | 121 | View Edit Remove |
| 5 | 2003-01-31 00:00:00 | 2003-02-09 00:00:00 | 2003-02-01 00:00:00 | Shipped | | 141 | View Edit Remove |
| 6 | 2003-02-11 00:00:00 | 2003-02-21 00:00:00 | 2003-02-12 00:00:00 | Shipped | Item 1 | 145 | View Edit Remove |
| 7 | 2003-02-17 00:00:00 | 2003-02-24 00:00:00 | 2003-02-21 00:00:00 | Shipped | Great Item | 278 | View Edit Remove |
| 8 | 2003-02-24 00:00:00 | 2003-03-03 00:00:00 | 2003-02-26 00:00:00 | Shipped | Difficult to negotiate with customer. We need
| 131 | View Edit Remove |
| 9 | 2003-03-03 00:00:00 | 2003-03-12 00:00:00 | 2003-03-08 00:00:00 | Shipped | | 385 | View Edit Remove |
| 10 | 2003-03-10 00:00:00 | 2003-03-19 00:00:00 | 2003-03-11 00:00:00 | Shipped | Customer requested that FedEx Ground is used for
| 486 | View Edit Remove |