0

I am learning angular and I want to implement datetimepicker in Angular version 7.2 and bootstrap v3.3.7.

But I am not able to find out such component, I can find date and time picker as a separate components but not together.

TylerH
  • 20,799
  • 66
  • 75
  • 101
CoderInUi
  • 126
  • 2
  • 4
  • 11

2 Answers2

0

You could use the HTML <input type="datetime-local">.

Note that it is not supported on Internet Explorer.

Tom
  • 4,972
  • 3
  • 10
  • 28
0

Although not quite well-placed here (instead try SoftwareRecs).

Following UI-components use bootstrap:

and following UI-components use material:

See also:

hc_dev
  • 8,389
  • 1
  • 26
  • 38