Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

How to Remove date of event #13

Open
jesstermac opened this issue Dec 22, 2016 · 1 comment
Open

How to Remove date of event #13

jesstermac opened this issue Dec 22, 2016 · 1 comment

Comments

@jesstermac
Copy link

When the app finds an event it tells you the event title, then repeats the date of the event. How can I remove it. I only want it to tell me the event title.

Thank you

@nitinsurana
Copy link

Replace code like this
var date = new Date(relevantEvents[2].start);
with
var date = ""

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

No branches or pull requests

2 participants