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

Support custom formats for label timestamps #21

Open
lehrblogger opened this issue Nov 27, 2016 · 2 comments
Open

Support custom formats for label timestamps #21

lehrblogger opened this issue Nov 27, 2016 · 2 comments

Comments

@lehrblogger
Copy link
Contributor

I'd like to add an optional setting for specifying the yyyy-MM-dd' at 'HH:mm format for the tickler-managed labels to some other sufficiently-specific value. It would be nice to be able to see the full timestamps in my narrow Gmail sidebar, perhaps by using a two-digit year:

screen shot 2016-11-27 at 6 45 38 pm

Javascript's Date parsing is, unfortunately, terrible, and Google Apps Script's seems not much better, so this will probably be most-simply accomplished with an external dependency such as Moment and possibly Moment Timezone. While in most situations I'd cringe at the relatively-large library sizes, in this case I guess it won't really matter.

lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
It is also "freely distributable under the terms of the MIT license" so I don't think we need to add/change anything in our LICENSE file.
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
It is also "freely distributable under the terms of the MIT license" so I don't think we need to add/change anything in our LICENSE file.
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
It is also "freely distributable under the terms of the MIT license" so I don't think we need to add/change anything in our LICENSE file.
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
lehrblogger added a commit to lehrblogger/gmail-tickler that referenced this issue Nov 28, 2016
@lehrblogger
Copy link
Contributor Author

lehrblogger commented Nov 28, 2016

(Sorry for all the commits referenced above, I got into a minor scuffle with git 🤕 )

@lehrblogger
Copy link
Contributor Author

I updated the changelog and revision date over in #20, but don't want to cause a merge conflict with the former by doing the same here. One of us can just update on master after they've been merged.

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

1 participant