Skip to content

Commit 27d1b3a

Browse files
-docs: update TasksDate reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent f4a38e8 commit 27d1b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Scripting/Task Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For more information, including adding your own customised statuses, see [[Statu
9393
- a fixed string, such as `'no date'`,
9494
- an [[Expressions|expression]], such as `task.priorityName` or `task.priorityNameGroupText`,
9595
- an empty string `''` or `""`, meaning 'do not add a heading for tasks missing this date property'.
96-
1. You can see the current [TasksDate source code](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/src/Scripting/TasksDate.ts), to explore its implementation.
96+
1. You can see the current [TasksDate source code](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/src/DateTime/TasksDate.ts), to explore its implementation.
9797
1. `task.due.toISOString(true)` prevents UTC conversion - see the [moment documentation](https://momentjs.com/docs/#/displaying/as-iso-string/)
9898
1. `category` divides dates in to 5 named groups:
9999
- `Invalid date`

0 commit comments

Comments
 (0)