hello,
i have a two datetime fields on my database , one used for storing starting date , the other stores ending date respectively,I want to get rid of the time displayed. see images for more reference.
thanks in advance
display only date
Started by amipax, 23 October 2012 - 20:50 PM
- Single Page
Posted 23 October 2012 - 20:50 PM
Posted 30 October 2012 - 13:32 PM
Dear amipax,
I am trying to help your Question
try this code ex:
Documentation
I am trying to help your Question
try this code ex:
$crud->change_field_type('employee_datebirth','date');
or
$crud->change_field_type('my_date','date');
Documentation