a3522665 2012-10-08 16:33:31 3246次浏览 7条回复 0 0 0

看文档 改了几个位置 没有变化 求答案

  • 回复于 2012-10-08 16:36 举报

    'language' => 'zh_cn',
    这个是楼主想要的么?

  • 回复于 2012-10-08 16:43 举报

    嗯 是啊 但是我写了 没有变化 ...

    <?php 
    $this->widget('zii.widgets.jui.CJuiDatePicker', array( 
            'attribute' => 'datetime', 
            'model'=>$model, 
            'name'=>'date', 
            'options' => array( 
                    'showAnim' => 'fold', 
                    'dateFormat' => 'yy-mm-dd',
                    'language' => 'zh_cn'
            ), 
    )); 
    ?>
    

    这样是吧?

  • 回复于 2012-10-08 17:16 举报

    拿出来。

  • 回复于 2012-10-08 17:22 举报

    放在外面一层

    <?php $this->widget('zii.widgets.jui.CJuiDatePicker', array( 
            'attribute' => 'datetime', 
            'language' => 'zh_cn',
            'model'=>$model, 
            'name'=>'date', 
            'options' => array( 
                    'showAnim' => 'fold', 
                    'dateFormat' => 'yy-mm-dd',
            ), 
    )); 
    ?>
    
  • 回复于 2012-10-08 17:22 举报

    拿出来? 放在哪里?

  • 回复于 2012-10-08 17:24 举报

    非常感谢。好使了。。

  • 回复于 2012-10-08 17:24 举报

    thanks 弄好了

您需要登录后才可以回复。登录 | 立即注册