add create date in to listing
-
add create date in to listing.
wp-trello.php find line 277
replace with
$createdDate = date('Y-m-d H:i:s', hexdec( substr( $item->id , 0, 8 ) ) ); $html .= make_clickable( $item->name ). " - " .$createdDate;
ref : https://help.trello.com/article/759-getting-the-time-a-card-or-board-was-created
- The topic ‘add create date in to listing’ is closed to new replies.