Results 1 to 3 of 3

Thread: [RESOLVED] Format Help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2004
    Posts
    84

    Resolved [RESOLVED] Format Help

    I entered dates in a Grid like this :

    15-12-06 which is 15 Dec 06

    How can I change them to show like

    20061215

    Thanks

  2. #2
    Lively Member
    Join Date
    Sep 2006
    Posts
    91

    Re: Format Help

    VB Code:
    1. = Format$(Date, "YYYYMMDD")

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2004
    Posts
    84

    Re: [RESOLVED] Format Help

    Thanks

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