b0y-101 Mini Shell


Current Path : E:/www/buriram/libraries/nextend2/nextend/library/libraries/form/elements/
File Upload :
Current File : E:/www/buriram/libraries/nextend2/nextend/library/libraries/form/elements/date.php

<?php

N2Loader::import('libraries.form.elements.text');

class N2ElementDate extends N2ElementText {

    protected function fetchElement() {

        N2JS::addInline('$("#' . $this->fieldID . '").datetimepicker({lazyInit: true, format:"Y-m-d H:i:s", weeks: false, className: "n2", lang: "' . substr(N2Localization::getLocale(), 0, 2) . '"});');

        return parent::fetchElement();
    }

    protected function getStyle() {
        return $this->style . '; text-align:center;';
    }
}

Copyright © 2019 by b0y-101