Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 350 Bytes

foo-snippets.md

File metadata and controls

17 lines (12 loc) · 350 Bytes

display original year with fallback

['('$left($if2(%originaldate%,%date%),4)')' ]

Find things where originaldate and date dont match

$if(%originaldate%,$ifequal(%originaldate%,%date%,SAME,DIFF),NONE)

Find things where %date% and %releasedate% dont match

$if(%releasedate%,$ifequal(%releasedate%,%date%,SAME,DIFF),NONE)