liferay / alloy-ui

Repo Moved. AlloyUI is a framework built on top of YUI3 (JavaScript) that uses Bootstrap 3 (HTML/CSS) to provide a simple API for building high scalable applications

Home Page:https://github.com/liferay/liferay-frontend-projects/tree/master/third-party/projects/alloy-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show weeknumber in datepicker?

nrbn opened this issue · comments

commented

Datepicker missing weeknumber. I want to show weeknumber for each week, is it possible? Here is the code:

YUI({ lang: 'nb-no' }).use( 'aui-datepicker', function(Y) { new Y.DatePicker( { trigger: '.datepicker-btn', popover: { zIndex: 99999 }, weekDays: true, firstDayOfWeek: 1 } ); } );

image

AlloyUI is now deprecated and it's location is being moved to liferay-frontend-projects. If this is still an issue, please re-open on that repository.