I would like to hide seconds in my view, how can i modify the views date format to %days %hours %minutes

Comments

jbfelix’s picture

found in jquery_countdown.module

on line 194 replace "'format' => 'DHMS'," to "'format' => 'DHM',"

blackice2999’s picture

Priority: Critical » Normal
Status: Active » Closed (won't fix)

hi, its no good style to hack the module to solve this problem ;) - why you dont override the theme function ? - but sure we need the possible to change this options in field formatter settings...

i close this issue and create a new one for settings rework.