Format Date in Military DTG format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to force the input format to ddHHmmMMMyy. How can I do this in a form?
 
You might have to use an unbound control, then translate the input to
something Access can accept and assign that to the actual date field in the
unbound control's AfterUpdate event.
 
Just out of curiousity, They don't follow ISO date/time format? I was under
the impression they did yyyymmdd hh:mm:ss (but then I suppose I'm thinking of
Canadian military).

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top