Separate DateTime information?

  • thestreamingnetwork
    Asked on March 13, 2014 at 6:36 PM

    When using the DateTime, is it possible to seprate YYYY MM and DD into seperate elements in the email?

     

    Does something like: {eventdate_107:#year_107} to just get year data?

     

    Can I get acces tpo those seperate IDs? #year_107, #month_107, #day_107.  The dashes are making a mess out of some of my automation, and I want to try and strip them out at the source.

  • abajan Jotform Support
    Replied on March 13, 2014 at 10:40 PM

    Thanks for asking. If it's the form to which I think you're referring, please use the following tags in the notifier:

    {eventDate107:year}

    {eventDate107:month}

    {eventDate107:day}

    {eventTime:hourSelect}

    {eventTime:minuteSelect}

    {eventTime:ampm}

    (Take note of the highlighted substrings. Regardless of the form, those will work, unless we change them at some point in the future.)

    If you need additional assistance with this, we'd be glad to help.


    Cheers