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

Threaded View

  1. #2
    Join Date
    Apr 2004
    Posts
    14
    Date$ behavior is unchanged by the Calendar property setting (regional option). Date function does. but Date$ return a 10-character string of the form mm-dd-yyyy.

    to format the Date to mm/dd/yyyy, use format function
    Last edited by hendramin; May 4th, 2004 at 10:52 PM.

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