P
Phillip Vong
VB.Net and a simple aspx.net page.
I have this simple code that puts Today's date in these 2 textboxes. Can
some one tell me how to set these two boxes with yesterday's date excluding
weekends?
Thanks!
phil
--------------------------------
Dim dtmToday As String
dtmToday = Now.Date.ToString("MM/d/yyy")
TextBox1.Text = dtmToday
TextBox2.Text = dtmToday
I have this simple code that puts Today's date in these 2 textboxes. Can
some one tell me how to set these two boxes with yesterday's date excluding
weekends?
Thanks!
phil
--------------------------------
Dim dtmToday As String
dtmToday = Now.Date.ToString("MM/d/yyy")
TextBox1.Text = dtmToday
TextBox2.Text = dtmToday