I have a datefield which collects both start and end dates.
In my view I would like to specify the jquery_countdown format for the start date.
if I enter the datefield again in my field and specify end date/time only, then I would like to have a counter for that.

Comments

jvandervort’s picture

Status: Active » Fixed

Committed to dev.

  • jvandervort committed fb602e9 on 7.x-1.x
    #2295545: For two date fields, use value1 if available, otherwise use...
SocialNicheGuru’s picture

Status: Fixed » Needs work

I'd like to choose which value to use either value or value2 which corresonds to the start of the event or the end of it.

For example, If I create a deal, I'd like to have a countdown to deal open and one for the close of the deal.

  • jvandervort committed fb602e9 on 8.x-1.x
    #2295545: For two date fields, use value1 if available, otherwise use...