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

Thread: Date Format

  1. #1
    Join Date
    Apr 2001
    Posts
    29

    Date Format

    I'm tring to format the date as: 04242001
    i tried

    DatePart("m", Now)



    any ways of getting the entire thing?




  2. #2
    Join Date
    Sep 2000
    Location
    Ottawa, Ontario
    Posts
    356

    Re: Date Format

    Format(Now, "mmddyyyy")

    Jean-Guy


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