date object

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

Guest

Hi
i want to add a datetime object in my asp.net form,is there any control.If i
want to use any html code please help me,thanks
 
For Date part use the Calendar control. For the time part, you can have two
drop-down lists, one for the hour and another for minute (each listing valid
values for the respective components)...


Hi
i want to add a datetime object in my asp.net form,is there any control.If i
want to use any html code please help me,thanks
 
Shif,

AFAIK are there no special future DateTime as HTML tag or whatever beside
that as Siva suggest.

To set a DateTime to a string you have the overloaded method
DateTime.ToString(overloaded)

I hope this helps,

Cor
 

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