question about entering date and time

C

changetires

Can you enter date and time into a cell like this, I want to be able t
enter the time in military format without the colon..... ex.(dd/mm/yyy
0800
 
P

patele

Try it like this:

Enter in the cell you need the Military date and time in as:

=NOW()

Then format it as:

dd/mm/yyyy hhmm

The result is:

18/Jul/2006 0630

Results of date and time will vary from computer to computer.
 
D

David Biddulph

patele said:
Try it like this:

Enter in the cell you need the Military date and time in as:

=NOW()

Then format it as:

dd/mm/yyyy hhmm

The result is:

18/Jul/2006 0630

Results of date and time will vary from computer to computer.

That format would probably give 18/07/2006 0630

If you want 18/Jul/2006 0630 try dd/mmm/yyyy hhmm
 

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

Top