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 64dbabd commit 1d4ebd1Copy full SHA for 1d4ebd1
web_src/js/utils/time.js
@@ -7,8 +7,8 @@ dayjs.extend(utc);
7
/**
8
* Returns an array of millisecond-timestamps of start-of-week days (Sundays)
9
*
10
- * @param startConfig can take any type that `Date` accepts.
11
- * @param endConfig can take any type that `Date` accepts.
+ * @param startConfig The start date. Can take any type that `Date` accepts.
+ * @param endConfig The end date. Can take any type that `Date` accepts.
12
*/
13
export function startDaysBetween(startConfig, endConfig) {
14
const start = dayjs.utc(startConfig);
0 commit comments