如何获取时区值
如何在前端magento中获取时区下拉菜单?
how to get the timezone drop down menu in frontend magento?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在前端magento中获取时区下拉菜单?
how to get the timezone drop down menu in frontend magento?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
以下是获取所有时区的代码:-
您将获得一个数组。您可以循环遍历数组并填充选择/下拉列表,如下所示:-
谢谢。
Here is the code to get all timezones:-
You will be getting an array. You can loop through the array and populate the selection/dropdown list like below:-
Thanks.