Set Time Picker to mili second

Set Time Picker to mili second

I have following code to set my timepicker to the current time, but it only gets second.
I would like to know are there any way to get to millisecond like

10:44:05.123

$('#dtpime').timepicker('setTime',  new Date());

Your information and help is great appreciated,

Sourises