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

    Please Help!!! Simple Question

    I am using sheridan's datagrid and I am trying to format a column as long date. The field is set up as long date in Access, but when it populates the grid, it shows up as mm/dd/yyyy. How can I show the date as long(i.e. June 12, 2000). Any help will be appreciated.


  2. #2
    Join Date
    Sep 1999
    Location
    Leeds U.K. (Proud to be Sheffield Born)
    Posts
    202

    Re: Please Help!!! Simple Question

    Have you tried Format([whatever], "mmmm d, yyyy") in code?


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