liferay/alloy-ui

Show weeknumber in datepicker?

nrbn opened this issue · 1 comments

nrbn 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.