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

Documentation for tp.date #113

Closed
jonline3 opened this issue Apr 16, 2021 · 1 comment
Closed

Documentation for tp.date #113

jonline3 opened this issue Apr 16, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jonline3
Copy link

In the Documentation,

File's title date + 1 day (tomorrow): <% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>
File's title date - 1 day (yesterday): <% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>

Should the second line be:
File's title date - 1 day (yesterday): <% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>

Thanks.

@jonline3 jonline3 added the bug Something isn't working label Apr 16, 2021
@SilentVoid13
Copy link
Owner

Hey @jonline3, you are right that's a mistake, this is now fixed. Thanks for warning me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants