We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5880cb commit 5a5487bCopy full SHA for 5a5487b
src/ui/Menus/DatePicker.ts
@@ -5,13 +5,10 @@ import type { AllTaskDateFields } from '../../DateTime/DateFieldTypes';
5
6
/**
7
* A calendar date picker which edits a date value in a {@link Task} object.
8
- * See also {@link openDatePicker}
9
* @param parentElement
10
* @param task
11
* @param dateFieldToEdit
12
* @param taskSaver
13
- *
14
15
*/
16
export function promptForDate(
17
parentElement: HTMLElement,
0 commit comments