PHP Classes

File: Template/subtask/table_rows.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Subtask Date   Template/subtask/table_rows.php   Download  
File: Template/subtask/table_rows.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Subtask Date
Kanboard plugin to add due date to sub-tasks
Author: By
Last change:
Date: 3 years ago
Size: 132 bytes
 

Contents

Class file image Download
<td>
    <?php if (! empty($subtask['due_date'])): ?>
<?= $this->dt->date($subtask['due_date']) ?>
<?php endif ?>
</td>