Very good days Appreciated Engineers
I have a field called fechaCumple in my database
formatted date
in my view now I want to show only the day and month of that date I have in my database
would be something like mysql date (field, dd, mm)
Now I would like to be able to do in Grocery Crud Using PHP
something like
$ crud-> display_as (date ('fechaCumple, mm, dd)', 'Birthday');
But it works for me
thank you in advance any collaboration
regards
Beimar
__________________________-
Muy buenos dias apreciados Ingenieros
Tengo un campo llamado fechaCumple en mi base de datos
con formato date
ahora quiero en mi vista solo mostrar el dia y el mes de esa fecha que tengo en mi base de datos
en mysql seria algo asi date(campo,dd,mm)
Ahora me gustaria poderlo hacer en Grocery Crud Utilizando PHP
Algo asi
$crud->display_as( date('fechaCumple,mm,dd)','Cumpleaños');
Pero no me funciona
agradezco de antemano cualquier colaboracion
Cordial saludo
Beimar