2amigos / yiiwheels

Widget extension library for the YiiStrap extension
http://yiiwheels.2amigos.us
Other
133 stars 77 forks source link

WhDateTimePicker doesn't include moment.min.js #137

Open SamMousa opened 9 years ago

SamMousa commented 9 years ago

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');