Results 1 to 3 of 3

Thread: [resolved]date format

  1. #1

    Thread Starter
    Addicted Member jewel's Avatar
    Join Date
    Jul 2003
    Location
    truly asia
    Posts
    153

    [resolved]date format

    how can i make a date display in yymmdd format?

    i used this but it doesn't work

    i'm not sure but i think i used this before in vb6 not sure

    VB Code:
    1. format(dte.Today,"yymmdd")

    well

    thanks,

    jewel
    Last edited by jewel; Jul 14th, 2005 at 05:00 AM.
    xoxo

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: date format

    MyDate.ToString("yyMMdd")

    make sure the MM is uppercase though

  3. #3

    Thread Starter
    Addicted Member jewel's Avatar
    Join Date
    Jul 2003
    Location
    truly asia
    Posts
    153

    Re: date format

    Thanks!
    xoxo

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