|
Posted by Park2 on January 31, 2006, 7:38 am
Please log in for more thread options Do you have a simple example I cannot find one.
> The simplest method is today.ToString() but you'll find additional methods
> to output specific formats, use the help files/intellisence/object browser
> to discover them.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.peterfoot.net | www.inthehand.com
>
>> Visual studio 2005 C# smartphone 2003
>>
>> I use
>> DateTime today = DateTime.Now;
>>
>> to get todays date and time.
>>
>> I then need to put the date into textbox1 and the time into textbox2.
>>
>> What is the syntax please.
>>
>>
>>
>> SteveW
>>
>>
>
>
|