Date:  10/19/2001 10:42:10 AM Msg ID:  000048
From:  mike hood Thread:  000048
Subject:  init value
i have a html textbox that holds collects a date().  i have put some validation code to make sure the date is in a certain format and works great.

2 questions.

1st: can you set the value of the textbox with the current date at run time and let the user edit that value if needed then save the value on submit?

2nd: can you implement a format or inputmask on an html textbox?