Results 1 to 8 of 8

Thread: VB.NET: Format Date......[Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member toytoy's Avatar
    Join Date
    Jul 2004
    Posts
    230

    VB.NET: Format Date......[Resolved]

    Say i have these XML tag
    Code:
    <book published="New York">
        <date day="12" month="1" year="2005" />    
    </book>
    How do i exactly format the date since i am getting three different attributes (day, month and year) from the server......

    Say i want the format to be "DD/MM/YYYY"...

    I want the format date to be displayed in the listbox...

    Does anyone have any idea to combined all three attributes and format instead of format directly the date as a whole....

    Thanks
    Last edited by toytoy; Jan 28th, 2005 at 12:06 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width