How to change output format of material 2 date-picker

后端 未结 8 1409
無奈伤痛
無奈伤痛 2020-12-16 05:41

I am using angular material 2 Date-Picker component

The only string input it understands is in ISO date format

Ex. \"2017-11-13T10:39:28.300Z\"

But i

8条回答
  •  萌比男神i
    2020-12-16 06:25

    you can call Emitter of this module (for example click event) and change model binded to this module to secondary model.

提交回复
热议问题