"clintonG" <nobody@nowhere.com> wrote in message
news:OEUDHH8dIHA.6136@TK2MSFTNGP03.phx.gbl...
> You'd think there would be an easy way to just get a time returned as 9:00
> am for example.
>
> "Roger Frost" <frostrl@hotmail.com> wrote in message
> news:CEE818FE-0268-4D7F-926C-1492B46E5724@microsoft.com...
>> createdDate.ToString("MMMM dd, yyyy")
>>
>> Recommend reading this for a lot of different format examples:
>>
>>
http://msdn2.microsoft.com/en-us/library/system.datetime.tostring(VS.71).aspx
>>
>> Hope this helps
>>
>> --
>> Roger Frost
>> "Logic Is Syntax Independent"
>>
>>
>>
>> "weird0" <amirediwan@gmail.com> wrote in message
>> news:3b9ce4f3-8c7a-4cb0-8c7e-b1c94f25c05c@b29g2000hsa.googlegroups.com...
>>> I have date stored in a DateTime object. I can convert this to a
>>> string by writing:
>>>
>>> createdDate.ToString("dd/mm/yy")
>>>
>>> Is there anyway, I can format the date in words along with a comma.
>>>
>>> So, the date looks something like Dec 8, 2006.
>>>
>>> Dont wanna go thur the hassle of writing all the code.
>>>
>>> Regards
>>
>