_EventStartDate formatting

Home Forums Calendar Products Events Calendar PRO _EventStartDate formatting

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1041269
    Vince
    Participant

    Any way I can change format here and is there a way to add am/pm?

    #1041295
    George
    Participant

    Hey @Vince,

    Thanks for reaching out!

    The _EventStartDate meta field itself is never displayed anywhere in its raw format.

    This format is a specific format that is then converted into various display formats elsewhere in the calendar – and so a significant amount of core functionality relies on the format of the _EventStartDate meta field.

    In other words: no, you cannot change this field’s formatting. Not easily, at least. And for good reason – the meta field is for use inside the plugin code, it is never displayed in its “raw” format. But this “raw” format is very useful for other features of the code.

    I hope this answer isn’t too vague – please let me know if it helps at all, and what your thoughts are in regards to all of this.

    Thanks!
    George

    #1041729
    Vince
    Participant

    Do you have any other alternatives to show date and time? I have am using revolution slider plugin that pulls my events and displays them in a front end slider. Would like to pull details from the event like date and time.

    #1041738
    George
    Participant

    Hey Vince,

    Sure thing, you can use these functions to pull out date and time from an event:


    tribe_get_start_date()


    tribe_get_end_date()

    Cheers!
    George

    #1041763
    Vince
    Participant

    Thanks would I have to code that into the Revolution Slider via PHP? Can it be called via META? Also do you know of another front-end plugin to display events that shows event information? Basically want something MORE than your little widget that shows upcoming events – something where I can includes a large slider or images.

    Is there a shortcode for your Photo View? Can it be configured to only show image, title, date, time?

    • This reply was modified 10 years, 4 months ago by Vince.
    #1041778
    George
    Participant

    There is not a shortcode for the Photo View, unfortunately.

    As for your other questions,yes, you would have to code things into Revolution Slider if you want to modify Revolution Slider. Yes, you can call data directly from Meta fields. And no, I unfortunately do not know of another plugin at this time that does exactly what you are asking.

    Thanks,
    George

    #1041799
    Vince
    Participant

    Thanks George!

    #1041836
    George
    Participant

    No problem! 😀

    I’ll close up this thread for now – best of luck with your project.

    Cheers,
    George

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘_EventStartDate formatting’ is closed to new replies.