mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-05-03 18:52:04 -07:00
DOCS - Fix typo in Date Fields (#9518)
This commit is contained in:
parent
5fa1098c03
commit
7cb422242a
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
created: 20150117190213631
|
||||
modified: 20230226144641763
|
||||
modified: 20251225215015507
|
||||
tags: Concepts
|
||||
title: Date Fields
|
||||
type: text/vnd.tiddlywiki
|
||||
|
|
@ -28,4 +28,5 @@ As an example, the <<.field created>> field of this tiddler has the value <<.val
|
|||
Dates can be [[converted to other formats|DateFormat]] for display:
|
||||
|
||||
<$macrocall $name="wikitext-example-without-html"
|
||||
src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>""">
|
||||
src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>"""/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue