Defines if the time and datetime-local types should show seconds and milliseconds.
The option follows the format string of date filter.
By default, the options is undefined which is equal to 'ss.sss' (seconds and milliseconds)
Optional timeStripZeroSeconds
timeStripZeroSeconds:boolean
Defines if the time and datetime-local types should strip the seconds and milliseconds
from the formatted value if they are zero. This option is applied after timeSecondsFormat
Defines if the time and datetime-local types should show seconds and milliseconds. The option follows the format string of date filter. By default, the options is undefined which is equal to 'ss.sss' (seconds and milliseconds)