jquery-timepicker
jquery-timepicker copied to clipboard
Localisation & 24 hrs time format for Germany language
Facing 24hrs time format for Germany language. http://jsfiddle.net/rksbala/1xLmnhpq/1/
Options:
{
show2400: true,
timeFormat: "H:ia",
lang: {
am: 'uhr',
pm: 'uhr'
}
}
When I selected '05:00uhr' but in the list '17:00uhr' is highlighted, this value (17:00uhr) only updated.

Can you please suggest what is wrong here? http://jsfiddle.net/rksbala/1xLmnhpq/1/