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.
Comments
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.
$('input[data-control="dateTimePicker"]').each(function () { $(this).data('kendoDateTimePicker').setOptions({ weekNumber: true }); });