Date selecting box for an event

Asked By 0 points N/A Posted on -
qa-featured

I have no idea on how to accomplish a project I am planning to create. Is it possible to use a date selecting box or use a date range to limit a combo? How can I accomplish this? I want to create a form so that I can see members who is no longer active in an event on a certain date range and select from it. Individual ID, Name of the member and position must be in one main table.

Further each table should contain multiple records of the same person during various ranges of dates. This will serve as reference for the start and end date of joining activities. This is to select who remains every time I add someone to any event.

PLEASE HELP!! Thanks in advance!

SHARE
Answered By 5 points N/A #165682

Date selecting box for an event

qa-featured

You can have the two options.

First, Use date or time as fix variable in combo box, Like you want to see the user activated in last one day. You have to write logic at back end to fulfill this purpose

Second, Use customizable date ranges, for that you can give two date picker tool in jquery. This will help you to identify the user who is active among two date range, or before one date or after the second date.

Related Questions