I have 3 fields for the user to select time that is needed for a project.
1. Date
User can select any date
2. Time
Using a time picker where the user can select any Time between 12:00 AM to 11:45 PM. the list is in 15 minutes intervals.
3. Duration
This is how long they need - this is a value 1 to 8 (representing hours).
What im trying to find out is the Start Time and End Time of this request. How do I combine the fields to find the Start DateTime and End DateTime.
1. Date
The Date value always defaults with a time frame of 12:00 AM. I have tried to combine / Add the starting Time to this value, but im not 100% sure how to do this. For Example if the end user selected the date of 6/1/2010 - the result would show 6/1/2010 12:00 AM.
2. Time
The time value always has a date assigned to it. It defaults to the current date. So the customer would sele ...
Go to the complete details ...