1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/sameday.tid

23 lines
719 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
modified: 20150124214612000
tags: [[Filter Operators]] [[Date Operators]]
title: sameday Operator
2014-04-10 18:56:51 +00:00
type: text/vnd.tiddlywiki
caption: sameday
purpose: filter the input by date
2014-04-10 18:56:51 +00:00
<$macrocall $name=".operator-def"
input="a [[selection of titles|Title Selection]]"
suffix="the name of a [[date field|Date Fields]], defaulting to <<.field modified>>"
suffixName="f"
parameter="a date, in the [[format|DateFormat]] `YYYYMMDD`"
paramName="d"
output="those input tiddlers in which field <<.place f>> has the value <<.place d>>, ignoring time"
/>
2014-04-10 18:56:51 +00:00
If <<.place d>> is not a valid date, the output is empty.
2014-04-10 18:56:51 +00:00
<<.place d>> may include a time of day, but this is ignored.
2014-04-10 18:56:51 +00:00
<<.operator-examples "sameday">>