* @summary Set the milliseconds to the given date.
9
*
10
* @description
11
* Set the milliseconds to the given date.
12
*
13
* @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
14
*
15
* @param date - The date to be changed
16
* @param milliseconds - The milliseconds of the new date
17
*
18
* @returns The new date with the milliseconds set
19
*
20
* @example
21
* // Set 300 milliseconds to 1 September 2014 11:30:40.500: