這篇文章主要講解了“怎么配置Magento2 system.xml dateTime時間”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“怎么配置Magento2 system.xml dateTime時間”吧!
10年積累的網(wǎng)站建設(shè)、成都網(wǎng)站設(shè)計經(jīng)驗,可以快速應(yīng)對客戶對網(wǎng)站的新想法和需求。提供各種問題對應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識你,你也不認(rèn)識我。但先網(wǎng)站設(shè)計后付款的網(wǎng)站建設(shè)流程,更有銅鼓免費(fèi)網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。
配置:
效果:
DateTime文件內(nèi)容:
namespace Olight\Presale\Block\Adminhtml\System\Config;
class DateTime extends \Magento\Config\Block\System\Config\Form\Field
{
protected $timezone;
public function __construct(
\Magento\Backend\Block\Template\Context $context,
\Magento\Framework\Stdlib\DateTime\TimezoneInterface $timezone,
array $data = []
) {
$this->timezone = $timezone;
parent::__construct($context, $data);
}
public function render(\Magento\Framework\Data\Form\Element\AbstractElement $element)
{
$element->setDateFormat($this->timezone->getDateFormat());
$element->setTimeFormat($this->timezone->getTimeFormat());
$element->setShowsTime(true);
return parent::render($element);
}
}
?>
感謝各位的閱讀,以上就是“怎么配置Magento2 system.xml dateTime時間”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對怎么配置Magento2 system.xml dateTime時間這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點(diǎn)的文章,歡迎關(guān)注!