Date - Flatpickr 1.7.26 Default 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
| # | Orderdate | Requireddate | Shippeddate | Status | Comments | Customernumber | |
|---|---|---|---|---|---|---|---|
| 1 | 2003-10-20 00:00:00 | 2003-10-27 00:00:00 | 2003-10-24 00:00:00 | ffdfd | 424 | View Edit Remove | |
| 2 | 2003-10-21 00:00:00 | 2003-10-30 00:00:00 | 2003-10-23 00:00:00 | Shipped | Questo ordine è stato contestato, ma risolto | 452 | View Edit Remove |
| 3 | 2003-10-22 00:00:00 | 2003-10-31 00:00:00 | 2003-12-26 00:00:00 | Shipped | This order was on hold because customers's credit | 148 | View Edit Remove |
| 4 | 2003-10-21 00:00:00 | 2003-10-30 00:00:00 | 2003-10-27 00:00:00 | Shipped | 462 | View Edit Remove | |
| 5 | 2003-10-23 00:00:00 | 2003-10-30 00:00:00 | Customer called to cancel. The warehouse was | 448 | View Edit Remove | ||
| 6 | 2003-10-28 00:00:00 | 2003-11-03 00:00:00 | 2003-11-01 00:00:00 | Shipped | 161 | View Edit Remove | |
| 7 | 2003-11-04 00:00:00 | 2003-11-14 00:00:00 | 2003-11-09 00:00:00 | Shipped | 276 | View Edit Remove | |
| 8 | 2003-11-04 00:00:00 | 2003-11-12 00:00:00 | 2003-11-07 00:00:00 | Shipped | 452 | View Edit Remove | |
| 9 | 2003-11-05 00:00:00 | 2003-11-13 00:00:00 | 2003-11-07 00:00:00 | Shipped | 233 | View Edit Remove | |
| 10 | 2003-11-05 00:00:00 | 2003-11-14 00:00:00 | 2003-11-11 00:00:00 | Shipped | 175 | View Edit Remove |