Results 1 to 3 of 3

Thread: Date format

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    karachi
    Posts
    90
    Hello,
    I want to validate user to
    give input in text box
    like this (august,10,2000)
    othere display message
    Bye




  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253
    this code will automatically puts in the date that the computer reads. I also put this code in the Lost_Focus event. Any questions just ask.

    txtDate = Format(Date, "Long Date")

  3. #3
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253
    or you could use this code to doesn't matter.

    txtDate = Format(Date, "mmmm/d/yyyy")

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