以 24 小时格式输入 HH 的 ngx-timepicker-field 问题

ngx-timepicker-field problem with HH input in 24 hours format

我无法在 [format] = "24" 中设置双位数时间格式。 问题只出现在早上……我需要 4 位数字才能出现,例如 09:30。 Returns我9:30

https://imgur.com/gallery/spuyDwK

我的代码:

https://imgur.com/gallery/gjhnpdh

已解决。

似乎四位数格式取决于国际化设置。

必须添加:.setLocale('es-419') 到我的 NgxMaterialTimepickerModule