Date - Flatpickr 1.7.26
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 | Action | Comments | Customernumber | |
---|---|---|---|---|---|---|---|---|
1 | 2003-11-06 00:00:00 | 2003-11-14 00:00:00 | 2003-11-15 00:00:00 | Shipped | 0 | 324 | View Edit Remove | |
2 | 2003-11-06 00:00:00 | 2003-11-15 00:00:00 | 2003-11-12 00:00:00 | Shipped | 0 | 386 | View Edit Remove | |
3 | 2003-11-07 00:00:00 | 2003-11-17 00:00:00 | 2003-11-12 00:00:00 | Shipped | 0 | 344 | View Edit Remove | |
4 | 2003-11-08 00:00:00 | 2003-11-16 00:00:00 | 2003-11-10 00:00:00 | Shipped | 0 | Custom shipping instructions sent to warehouse | 242 | View Edit Remove |
5 | 2003-11-11 00:00:00 | 2003-11-17 00:00:00 | 2003-11-13 00:00:00 | 0 | Customer cancelled due to urgent budgeting | 496 | View Edit Remove | |
6 | 2003-11-11 00:00:00 | 2003-11-19 00:00:00 | 2003-11-14 00:00:00 | Shipped | 0 | 171 | View Edit Remove | |
7 | 2003-11-12 00:00:00 | 2003-11-19 00:00:00 | 2003-11-15 00:00:00 | Shipped | 0 | 167 | View Edit Remove | |
8 | 2003-11-12 00:00:00 | 2003-11-21 00:00:00 | 2003-11-18 00:00:00 | Shipped | 0 | 124 | View Edit Remove | |
9 | 2003-11-13 00:00:00 | 2003-11-22 00:00:00 | 2003-11-15 00:00:00 | Shipped | 0 | We need to keep in close contact with their | 339 | View Edit Remove |
10 | 2003-11-14 00:00:00 | 2003-11-22 00:00:00 | 2003-11-20 00:00:00 | Shipped | 0 | 484 | View Edit Remove |