ucdavis / payments

Accept and process credit card payments on campus
MIT License
2 stars 3 forks source link

Add a year picker to team activity report #325

Closed jSylvestre closed 2 years ago

jSylvestre commented 2 years ago

Currently, it just shows the last 12 months. Keep that as a default, but if they supply a year, show for that year.

    // setup datepickers
    $('#filter_createdDatePicker').datepicker({
        inputs: $('#filter_createdDatePicker input'),
        keepEmptyValues: true,
            format: "yyyy",
startView: "years", 
minViewMode: "years"
    });
jSylvestre commented 2 years ago

PR #326