mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-11 01:15:17
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<< [[<% tp.date.now("YYYY") %>-W<% tp.date.now("WW") - -1%>]] | [[<% tp.date.now("YYYY") %>-W<% tp.date.now("WW") - -3 %>]] >>
|
||||
|
||||
Quarterly: [[<% tp.date.now('yyyy') %>-Q<% tp.date.now('MM') % 4 + 1 %>]]
|
||||
Quarterly: [[<% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>]]
|
||||
|
||||
|
||||
# Retro
|
||||
|
||||
Reference in New Issue
Block a user