Skip to content

Commit 4360a4c

Browse files
authored
Merge pull request #3152 from emmanuel-ferdman/main
docs: update `TasksDate` reference
2 parents f4a38e8 + 27d1b3a commit 4360a4c

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)