Re: How Can I Select Date Based on Monday Date?

2018-05-14 Thread Alexander Joseph
Ah yes, timedelta, thats what I meant instead of deltadate haha. Thanks again On Saturday, May 12, 2018 at 1:00:29 PM UTC-6, Alexander Joseph wrote: > > I'm building a timesheet app for employees and would like the employees to > be able to select a day of the week date based on what the date wa

Re: How Can I Select Date Based on Monday Date?

2018-05-13 Thread Mike Dewhirst
On 14/05/2018 12:11 PM, Alexander Joseph wrote: Thanks Mike, I will check that out! I may have found another solution this afternoon too. Since the user puts in the week start date I think I might be able to use datedelta to the week start date so that Tuesday would be the week start date + de

Re: How Can I Select Date Based on Monday Date?

2018-05-13 Thread Mike Dewhirst
On 14/05/2018 12:11 PM, Alexander Joseph wrote: Thanks Mike, I will check that out! I may have found another solution this afternoon too. Since the user puts in the week start date I think I might be able to use datedelta to the week start date so that Tuesday would be the week start date + de

Re: How Can I Select Date Based on Monday Date?

2018-05-13 Thread Alexander Joseph
Thanks Mike, I will check that out! I may have found another solution this afternoon too. Since the user puts in the week start date I think I might be able to use datedelta to the week start date so that Tuesday would be the week start date + deltadate (1), Wednesday would be the week start date +

Re: How Can I Select Date Based on Monday Date?

2018-05-13 Thread Mike Dewhirst
On 13/05/2018 5:00 AM, Alexander Joseph wrote: I'm building a timesheet app for employees and would like the employees to be able to select a day of the week date based on what the date was on Monday. ie. the user inputs the Monday date of the timesheet, then for each row they need to fill ou

How Can I Select Date Based on Monday Date?

2018-05-12 Thread Alexander Joseph
I'm building a timesheet app for employees and would like the employees to be able to select a day of the week date based on what the date was on Monday. ie. the user inputs the Monday date of the timesheet, then for each row they need to fill out they can select the Day/Date for each day that