megasuperman
Programmer
I need to be able to add the current date to a record in an SQL database
I have a textbox that currently allows user input of the date but I need it automated so no one types in the wrong date (accidental or intentional)
So I have a Text Box that I want to update with the current date in shortdate format
i.e. 8-26-01 or 8-26-2001 or 08-26-2001 or 8/26/01 or 8/26/2001 or 08/26/2001
Any of the previous would work
date only not time
Thanx
I have a textbox that currently allows user input of the date but I need it automated so no one types in the wrong date (accidental or intentional)
So I have a Text Box that I want to update with the current date in shortdate format
i.e. 8-26-01 or 8-26-2001 or 08-26-2001 or 8/26/01 or 8/26/2001 or 08/26/2001
Any of the previous would work
date only not time
Thanx