你好,我在我的Catalyst项目中使用了HTML::FormHandler。我希望您使用输入字段类型DateTime-local,如下所示:http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_input_type_datetime-local
有没有人能告诉我,有没有可能?
发布于 2014-10-23 04:01:56
如果在表单has '+is_html5' => (default => 1);中设置了'is_html5‘,则可以在字段定义中使用'html5_type_attr’=> 'datetime-local‘。
https://stackoverflow.com/questions/25846387
复制相似问题