我想写一个允许输入2日期的小部件。我想知道magento的日期类型。 例如,这是etc / widget.xml中的文本类型:
<parameters>
<limit_count>
<label>Limit Count</label>
<description>The numbers of product will be show</description>
<visible>1</visible>
<required>1</required>
<type>**text**</type>
</limit_count>
</parameters>
我想将文本类型更改为datetime类型。有没有办法解决我的问题。感谢