コード例 #1
0
ファイル: index.php プロジェクト: Avantians/Textcube
function convertDateLangRCD($argTarget, $argMother)
{
    return convertDateFormat($argTarget, "recent comment date");
}
コード例 #2
0
                                                        <tr>
                                                            <td><?php 
    echo $order[11] . " " . $order[12];
    ?>
</td>
                                                            <td><?php 
    echo $order["first_name"] . " " . $order["last_name"];
    ?>
</td>
                                                            <td><?php 
    echo $order["name"] . " - " . $order[23];
    ?>
</td>
                                                            <td><?php 
    echo convertDateFormat($order["rented_time"]);
    ?>
</td>
                                                            <td width="95px"><a href="finalize-order.php?id=<?php 
    echo $order[0];
    ?>
" class="finalize"> Finalize <i class="fa fa-check"></i></a></td>
                                                        </tr>

                                                    <?php 
}
?>

                                                </tbody> 
                                            </table>
                                            <!-- /table -->