|
I have a form where you can input two dates. I want to read those two dates into a function and calculate the # of business days between them
|
|
|
use datediff("d",date1,date2)
|
|
|
Ha! I`ve been VBScripting for a few years now, didn`t realize DATEDIFF was a VBScript function! That`s part of what is exciting about a technology career--something new to learn every day.
|
|
|
|
|
This just calculates number of days, not business days.
|
|
|
|
|
|
|
// |