Adding date selections in Static Stat

Maria Alejandra Piedra <[email protected]>
Newsgroups gmane.comp.otrs.devel
Message-ID <[email protected]>
Hi Everyone

I need to add two sets of dates for the user to select and initial date and
a finishing date.
Right now what I've seen of dates is the following:

push(
        @Params,
        {   Frontend   => 'Year',
            Name       => 'Year',
            Multiple   => 0,
            Size       => 0,
            SelectedID => $Y,
            Data       => { %Year, },
        },
    );
    push(
        @Params,
        {   Frontend   => 'Month',
            Name       => 'Month',
            Multiple   => 0,
            Size       => 0,
            SelectedID => $M,
            Data       => { %Month, },
        },
    );

That worked when the stat was for a particular month, but now they want to
choose the dates.

Thanks and regars
Maria Alejandra Piedra

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.