-3

is it possible to get a DateTime picker with this format: "2019-09-21T12:54:30". I would be glad if I can get such picker that produces that format. Can bootstrap, momentjs mm... work? Thanks

Pleasure
  • 279
  • 2
  • 6
  • 19

1 Answers1

0

You can pick a date from any of the datepickers available in angular and you can use moment js to change that respective time to different time formats.

https://momentjs.com/guides/#/parsing/known-formats/

Suhas Parameshwara
  • 1,344
  • 7
  • 15