yiiwheels icon indicating copy to clipboard operation
yiiwheels copied to clipboard

WhDateTimePicker doesn't include moment.min.js

Open SamMousa opened this issue 9 years ago • 0 comments

WhDateTimePicker does not include moment.min.js,

Added this fragment from WhDateRangePicker to fix it:

    /* register required moment.js */
    $this->getYiiWheels()->registerAssetJs('moment.min.js');

SamMousa avatar Apr 03 '15 10:04 SamMousa