Results 1 to 3 of 3

Thread: DateTime ??

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183

    DateTime ??

    How do I get the current date? I need to have DDMMYY in a string. I read over the docs but I don't see it in here...
    Any ideas?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Here you go:
    mystring = System.DateTime.Now.ToString("ddmmyy")

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183
    perfect! system.. shoot I didn't think to look there!

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