CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Date

  1. #1
    Join Date
    Aug 2000
    Posts
    5

    Date

    When I display the Date in a JTable, it is displayed as mm.dd.yyyy. although the date format in the database is dd.mm.yyyy.
    How can I display the date in dd.mm.yyyy format like it is in the database?.


  2. #2
    Join Date
    Sep 2000
    Location
    Texas
    Posts
    22

    Re: Date

    http://java.sun.com/docs/books/tutor...nts/table.html

    there are a few examples of how you can override the standard Table display model

    "There are no facts, only interpretations."
    -Friedrich Nietzsche

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

Featured