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
 
Back
Top