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

Thread: Conversion

  1. #1
    Join Date
    Dec 1999
    Posts
    1

    Conversion

    Hi Friends,
    I have a number, 929453272. How can I convert this number to a valid date format (dd/mm/yyyy).
    Regs.
    Jay.


  2. #2
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: Conversion

    well you can use a Format$(312876287, "dd/mm/yyyy") but it only will really work if the number means something (from the old dos era, we had 'daynumbers', number of days elapsed since a certain date. With a function we could transfer that to a date)

    Crazy D @ Work :-)

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