Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event - Start Date #151

Open
sambriggs172 opened this issue Jan 22, 2019 · 1 comment
Open

Event - Start Date #151

sambriggs172 opened this issue Jan 22, 2019 · 1 comment

Comments

@sambriggs172
Copy link

I'm trying to pull through the event start date and not the published date. The two fields are;

<published>2019-01-10T10:10:41+00:00</published>

<ev:startdate>2019-01-14T11:28:00+00:00</ev:startdate>

In the jquery.rss.js file, I've found;

date: this.getFormattedDate(entry.publishedDate),

and tried to alter it;

date: this.getFormattedDate(entry.startDate),

But when I try and alter it, it breaks...

@sdepold
Copy link
Owner

sdepold commented Feb 1, 2019

What's the feed you try to parse?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants