Hi,
We have a form where the user selects a date from a calendar, the date
is in the format May 23, 2008.
The date in the datebase is in the format 05212008.
What we need to do is get the starting and ending date of the week for
the date selected in the form: May 23, 2008, and then get the records
from the database where the dates fall within that range.
So, from that date / format: May 23, 2008, how can I find the
starting and ending dates for the week the date falls in???
I'm still searching...... .
Thanks!
John
We have a form where the user selects a date from a calendar, the date
is in the format May 23, 2008.
The date in the datebase is in the format 05212008.
What we need to do is get the starting and ending date of the week for
the date selected in the form: May 23, 2008, and then get the records
from the database where the dates fall within that range.
So, from that date / format: May 23, 2008, how can I find the
starting and ending dates for the week the date falls in???
I'm still searching...... .
Thanks!
John
Comment