Topic “date”

Quick custom CCK date formatter

On the Fuel project, we wanted to customize the date formatting a bit beyond what's available in the Date module. By the time these time strings get to the theme layer — it's too late. Fortunately, CCK formatters are totally pluggable. All we need is two small hooks and a theme function.

When enabled, this module adds a new formatter option to CCK node displays, and to Date fields within Views.

Before and After

Tagged as: CCK, date, Drupal

Syndicate content