Home Service Manager Portal Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.
Options

Add weeknumber to datepicker

Add weeknumbers in the calendar when picking a date in a datepicker in a Request Offering
5 votes

Submitted · Last Updated

Comments

  • Options
    Peter_SettlePeter_Settle Customer Advanced IT Monkey ✭✭✭

    Whilst this sounds like a good idea. We work on 13 periods and not 12 months.

    Therefore it would need to display Period Number & Week Number or it would need to be a switch so that we could turn it off.

  • Options
    Tom_HendricksTom_Hendricks Customer Super IT Monkey ✭✭✭✭✭
    For week numbers, this functionality already exists on the controls, and can be done by adding something like the following code to your custom.js file:

    $('input[data-control="dateTimePicker"]').each(function () {
    	$(this).data('kendoDateTimePicker').setOptions({ weekNumber: true });
    });
Sign In or Register to comment.