diosney / angular-bootstrap-datetimepicker-directive

A wrapper directive around the bootstrap-datetimepicker component.
MIT License
69 stars 50 forks source link

Wrong time if the format is "h:mm A" #7

Closed jmelosegui closed 2 years ago

jmelosegui commented 9 years ago

I am using your directive and I am experiencing an issue.

I created a plunker so you can reproduce it.

Basically the datetime picker is using the day of the month number to display the hour.

Am i doing something wrong?

Thanks in advance.