Input mask date & time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajeevs
    New Member
    • Jun 2007
    • 171

    Input mask date & time

    Hi

    I would like to request your great help for completeing my database to have an input mask for a field in form as dd-mmm-yy hh:nn
    That is
    Medium date space space and short time

    Any help would be appreciated

    Thank you all
  • ChipR
    Recognized Expert Top Contributor
    • Jul 2008
    • 1289

    #2
    It seems extremely impractical for a user to have to type that in. Perhaps you could use 2 different fields, and some friendly controls like a date picker and up/down arrows for adjusting the time.

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32656

      #3
      Alternatively (I agree with Chip about it being quite unfriendly) you could update the value after it's entered to format it the way you want it as long as it's a valid DateTime.

      Comment

      Working...