Calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to set up form that has a start date and end date. How do I set
it up so that the start will display todays date and the end date will
display tomorrows date. I will need the user to be able to change the dates
to what they need?
 
Try this

Txtstartdate.text=date()
TxtEnddate.text=date()+1

Madhivanan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top