Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

milliseconds gets auto updated when we click enter ( same goes for MicroSeconds ) #948

Open
dpatel44725 opened this issue May 25, 2018 · 0 comments

Comments

@dpatel44725
Copy link

Hello,

i really like this plugin. this is a life saver. But i needed to use Milliseconds and Microseconds in my projects. so I used Format to do that. This is my code

$(id).datetimepicker({
			timeInput : true,
			timeFormat : "HH:mm:ss:l",
			showHour : false,
			showMinute : false,
			showSecond : false,
			showMillisec : false,
		});

when i try to edit the Milliseconds and click Enter then Milliseconds updates to the current time. and other remains as it is.

Can some one please help me with this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant