Results 1 to 2 of 2

Thread: Dataformat in Datagrid

  1. #1
    Guest

    Post

    How do I use the property Dataformat in a datagrid?

    I tried...

    datagrid1.columns(0).dataformat = "dddd, mmmm dd, yyyy"

    ...doesn't work or

    set datagrid1.columns(0).dataformat = "dddd, mmmm dd, yyyy"

    ...doesn't work either

    Thanks

  2. #2
    New Member
    Join Date
    Feb 00
    Location
    Guatemala
    Posts
    5

    Post

    Are you tried with the Format() function? or In the DataGrid Properties in the Colums Tab

Posting Permissions

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