Hi all
I'm looking for a way to find the number of weekdays between 2 dates
In my form I have three fields for a begin date (dd)(mm)(yyyy) and
three for the end date (dd)(mm)(yyyy)
Now these values will be stored into a database and at the same time
there will be an e-mail generated and send to me that contains the
starting date en the end date . But now I want an extra line in this
e-mail that tells me howmany days there are between the starting date
en end date so that the e-mail contents looks something like this.
Begin date : (dd) (mm) (yyyy)
End date : (dd) (mm) (yyyy)
Days between (number of days)
so lets say
starting date is 01/01/2003
end date is 15/01/2003
then the number of days between should say 11
(01-02-03-06-07-08-09-10-13-14-15 /01/2003)
I realy hope someone would be so kind to give me a solution on my
problem.
thx a miljion in advanced.
I'm looking for a way to find the number of weekdays between 2 dates
In my form I have three fields for a begin date (dd)(mm)(yyyy) and
three for the end date (dd)(mm)(yyyy)
Now these values will be stored into a database and at the same time
there will be an e-mail generated and send to me that contains the
starting date en the end date . But now I want an extra line in this
e-mail that tells me howmany days there are between the starting date
en end date so that the e-mail contents looks something like this.
Begin date : (dd) (mm) (yyyy)
End date : (dd) (mm) (yyyy)
Days between (number of days)
so lets say
starting date is 01/01/2003
end date is 15/01/2003
then the number of days between should say 11
(01-02-03-06-07-08-09-10-13-14-15 /01/2003)
I realy hope someone would be so kind to give me a solution on my
problem.
thx a miljion in advanced.
Comment