gpt4 book ai didi

calendar - magento 将日历日期选择器添加到管理中的自定义表单(自定义模块)

转载 作者:行者123 更新时间:2023-12-04 16:29:28 25 4
gpt4 key购买 nike

我已经从 - Modulecreator 创建了自定义模块。现在我想在我的自定义表单中添加日历日期选择器字段 -(在管理端)。像 From date To date .
从日期选择器中选择的值应在提交时添加到数据库中。谢谢。

最佳答案

$fieldset->addField('date', 'date', array(
'name' => 'date',
'label' => Mage::helper('your_module_name')->__('Date'),
'after_element_html' => '<small>Comments</small>',
'tabindex' => 1,
'image' => $this->getSkinUrl('images/grid-cal.gif'),
'format' => Mage::app()->getLocale()->getDateFormat(Mage_Core_Model_Locale::FORMAT_TYPE_SHORT) ,
'value' => date( Mage::app()->getLocale()->getDateStrFormat(Mage_Core_Model_Locale::FORMAT_TYPE_SHORT),
strtotime('next weekday') )
));

关于calendar - magento 将日历日期选择器添加到管理中的自定义表单(自定义模块),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13287046/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com