Currently, the only display for "date completed" in the course certificate is the raw unix timestamp. The following patch adds the ability to use tokens like [node:course-report:date_completed:short] or [node:course-report:date_completed:custom:m/d/Y] in the certificate.

Comments

lektro’s picture

djdevin’s picture

Status: Needs review » Fixed

Thanks!

I tested this with a certificate and it worked.

Committed to 7.x-1.x 36f8d7d

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 3019d9f on 7.x-1.x, 7.x-1.x-fieldable-entities, course-object-entity-view by djdevin:
    Issue #1985988: fix notices
    
  • Commit 36f8d7d on 7.x-1.x, 7.x-1.x-fieldable-entities, course-object-entity-view authored by lektro, committed by djdevin:
    Issue #1985988 by lektro: Added Date format support in report tokens on...