clockpicker icon indicating copy to clipboard operation
clockpicker copied to clipboard

Need a space between HH:SS AM

Open ravitejavinnakota opened this issue 5 years ago • 2 comments

After selection of bootstrap clock picker it showing 02:52AM, But i need 02:52 AM

Thanks, for viewing my issue.

ravitejavinnakota avatar Mar 26 '19 07:03 ravitejavinnakota

Quick fix that probably should be fixed differently - line Line 150 and 158 just add space: $('.clockpicker-span-am-pm').empty().append('AM'); change to $('.clockpicker-span-am-pm').empty().append(' AM');

WadeTheFade avatar Jun 27 '19 16:06 WadeTheFade

Also, add space in this code H.amOrPm=" PM" to have space in input value.

fredabel avatar May 14 '20 12:05 fredabel