In English
En español
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 29 November 2013 - 16:18 PM
In English
En español
Posted 29 November 2013 - 20:48 PM
Hi beimar24
There is a simple way for the same - use
$crud->callback_column('fechaCumple', array($this, 'formatBday'); ...... function formatBday($value, $row) { return date('m, d', strtotime($value)); }