后台促销日期选择有解决的方案吗?

2016-07-07 15:49 来源:www.chinab4c.com 作者:ecshop专家

后台促销日期选择有解决的方案吗?
看了好些都是问这个问题的,大家都有解决方案了吗?

回答:
我用的VISTA系统,IE7,这个也有问题吗?
如果是,那就真晕了。

修改admin/templates/goods_info.htm中的代码段:
<input name="promote_start_date" type="text" id="promote_start_date" size="12" value='{$goods.promote_start_date}' readonly="readonly" /><input name="selbtn1" type="button" id="selbtn1" value="{$lang.btn_select}" class="button"/> - <input name="promote_end_date" type="text" id="promote_end_date" size="12" value='{$goods.promote_end_date}' readonly="readonly" /><input name="selbtn2" type="button" id="selbtn2" value="{$lang.btn_select}" class="button"/>

想怎么改就怎么改,随意!

languages\语言样式\calendar.php中的
$_LANG['calendar_lang']['calendar_time'] = "'T';
改为:
$_LANG['calendar_lang']['calendar_time'] = 'T';