dayjs
dayjs copied to clipboard
return null on toISOString if date is invalid
Fixes an issue where dayjs would throw an error if you tried to .toISOString() on an invalid input.