Insert timestamp in the patterns #45
Answered
by
jglev
e-alizadeh
asked this question in
Q&A
|
First, thanks for the plugin. Is it possible to insert timestamp in the pattern. I'm using both QuickAdd and Templater and it would be nice to parse timestamps instead of literally replace the text. Basically I'm asking if it's possible to parse |
Answered by
jglev
Mar 14, 2022
Replies: 1 comment 2 replies
You're welcome!
It is! Natural language dates are supported, using Is that responsive to your question? |
2 replies
Answer selected by
jglev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're welcome!
It is! Natural language dates are supported, using
{{date}}or{{date|two weeks from today}}syntax. See this section of the Readme for examples.Is that responsive to your question?