Results 1 to 3 of 3

Thread: date format required

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    baroda, india
    Posts
    12

    Exclamation date format required

    hi,
    i want to input date in form dd-mm-yy. only 8 charaters with - - in-between. can you give me code?
    thanks
    arun
    arun

  2. #2
    gaffa
    Guest
    Use the format function:
    VB Code:
    1. Format(Now, "dd-mm-yy")

    Substitute "Now" for the date variable you want to use

    - gaffa

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    baroda, india
    Posts
    12
    thanx,
    but i want - - as display in text.box & size of box should be 8 characters only. how to do?
    arun
    arun

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