Hi,
I am using CC for filtering the table on dropdown change.
In body section I have the coding like this
I would like to add the functionaliy of "DATE_FORMAT( value , '%Y/%m/%d') "
can you help me how can I apply this funtion on the {Expected_Start_Date}
Regards,
Shoaib
I am using CC for filtering the table on dropdown change.
In body section I have the coding like this
<table style="text-align: left; width: 99%;" border="1" >
<tr<?php if ($i % 2) echo ' style="background-color: #EBEBEB;"';?>>
<td style="width: 20%;"><a href=index.php?option=com_chronocontact&chronoformname=studycenter_linkpage&v_name={fabrik_internal_id}>{Project_Name}</a></td>
<td style="width: 20%;">{Village}</td>
<td style="width: 20%;">{Estimated_Cost_Rs}</td>
<td style="width: 20%;">{Expected_Start_Date}</td>
<td style="width: 20%;">{Expected_Complete_Date}</td>
</tr>
</table>
<?php $i++ ?>
I would like to add the functionaliy of "DATE_FORMAT( value , '%Y/%m/%d') "
can you help me how can I apply this funtion on the {Expected_Start_Date}
Regards,
Shoaib