Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 2005 > Visual Basic 2005 Basics
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 21st, 2006, 05:56 PM
Registered User
 
Join Date: Dec 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Todays date and date of 3 days later

I can display todays date as under. All I know is I have converted the date to string, but what does it do special that I dont know.
My real problem is how do I display date of 3 days later

TextBox1.Text = Today
TextBox2.Text = CStr(Today)

rSd
 
Old December 21st, 2006, 06:06 PM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Today.AddDays(3)

Woody Z
http://www.learntoprogramnow.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to convert date to days teamml SQL Server 2000 3 May 8th, 2007 07:05 AM
How to calculate a number of days between 2 date windy417 Pro JSP 1 July 20th, 2006 07:09 PM
Can't subtract days from a date Please Help Arsi C# 1 January 6th, 2005 03:34 PM
Default Value = Todays Date cej2583 SQL Server 2000 2 July 28th, 2003 10:55 PM
Selecting Data Based on Todays Date worshiploud Classic ASP Basics 2 June 29th, 2003 07:55 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.