我正在使用角度模式形式
https://github.com/Textalk/angular-schema-form/tree/master
日期选择器有一个插件
https://github.com/Textalk/angular-schema-form-datepicker
但它不支持时间选择器。
我如何在那里添加时间选择器或日期时间选择器
日期与此工作正常
scope.schema = {
"type": "object",
"properties": {
"birthDate": {
"title": "Bday",
"type": "string",
"format": "date"
}
} }