Topic profile page for military time.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: military time.
Topic "Military time" was discussed 1,539 times on 480 sites in last 3 months
is 01:55 and im up @ 08:00 - haha. dont know why... is 01:55 and im up @ 08:00 - haha. dont know why i’m using military time :) that always reminds me of pheebs... http://tumblr.com/xeg2x6uln about 6 hours ago from Tumblr
Started 1 day, 20 hours ago (2009-11-08 10:15:00)
by walls
I have only lived in a few other countries, in my experience only China has done this. Why? I hate when people tell me "Meet me at 14 o'clock", I say, "You mean 2 o'clock?" then they, after thinking about it for a while say, Yes, at 2 pm not am". What the heck! Do they really think people will mistake a 2 o'clock meeting for am and not pm? It is so stupid! So, do other countries do ...
Started 3 days, 13 hours ago (2009-11-06 17:41:00)
by eartaker
I have been in the Army for around 4 years now and it is coming time for me to take on the roll as a civilian again. I want work in a field that interests me and I love. The past 4 years I have been working with satellite communications and wide are networking, but it cont seem to interest me all that much anymore. I have always played around and tinkered in metal working and CNC machining but ...
Started 5 days, 5 hours ago (2009-11-05 00:46:00)
by criticalmass
Please Register to Remove these Ads Wow, I'm frustrated. I've searched and found many people looking for solutions to circumstances similar to mine, but have yet to see a definitive answer that I can get to work for my particulars. It seems an issue that should be a basic function of excel as it is likely a popular operation, but apparently it's not. I need to ...
Started 5 days, 17 hours ago (2009-11-04 13:10:00)
by brettnnyc
I am trying to add a timecard function so our managers can enter time weekly for their employees. I cannot get the "IF" and "ISPICKVAL" to work. I have the following fields created: "Monday_Time_In" containing picklist values (11:00 AM, 11:15 AM, 12:00 PM, ...) "Monday_Time_Out" containing picklist values (11:00 AM, 11:15 AM, 12:00 PM, ...) "Monday_Calc_Start" which I'm trying to use...
Started 5 days, 17 hours ago (2009-11-04 13:10:00)
by brettnnyc
I am trying to add a timecard function so our managers can enter time weekly for their employees. I cannot get the "IF" and "ISPICKVAL" to work. I have the following fields created: "Monday_Time_In" containing picklist values (11:00 AM, 11:15 AM, 12:00 PM, ...) "Monday_Time_Out" containing picklist values (11:00 AM, 11:15 AM, 12:00 PM, ...) "Monday_Calc_Start" which I'm trying to use...
Started 6 days, 16 hours ago (2009-11-03 14:28:00)
by jschill2628
Hi I am trying to convert Military time to Standard time, from a previous post I have had help and have come up with the following Numbervar T := ToNumber({IRSCLAIM.MISC4_DESC}); T := if isnull({IRSCLAIM.MISC4_DESC}) then 0 else T; stringvar n := totext(T,'0000'); numbervar Hs := ToNumber(left(n,2)); numbervar Ms := toNumber(right(n,2)); time(hs,ms,0) my problem is that when ...
Started 6 days, 20 hours ago (2009-11-03 10:20:00)
by ShortBusFixer
Come someone please tell me if your clock does the some thing as mine. My clock says 0:01 for example when it should be displaying 12:01am does anybody else has this going on? Is this normal and I know for a fact that it is not set to 24 hours clock it is set to 12 hour clock
Started 1 week ago (2009-11-02 10:15:00)
by Corkey
Hello my faithful saviours. I am here again asking for some assistance. I have been working on and tweaking our time sheets and the one thing I can’t seem to do is to find if it is possible to do the calculations without having to use military time. I want the employees to be able to just put the actual time instead of the military. Is ...
Started 1 week ago (2009-11-02 15:07:00)
by Gord Dibben
And don't use a space " " in IF(F10=0, " ", Use "" instead. Gord Dibben MS Excel MVP On Mon, 2 Nov 2009 10:24:01 -0800, Barb Reinhardt wrote: >Before you go too much further, you better figure out where the #REF! comes >from and fix it. > >"Corkey" wrote: > >> Hello my ...
Started 3 days, 2 hours ago (2009-11-07 04:12:00)
by DonkeyOte
Quote: Originally Posted by criticalmass ...how the "00\:00" formatting affects the results....I'd like to understand how it works... Time values are as you know are generally speaking entered in format of hh:mm[:ss] A true Time value in XL is a number, ie Noon = 0.5, 6am = 0.25, 6pm = 0.75 etc... 24 hours ...
Started 3 days, 16 hours ago (2009-11-06 14:30:00)
by Ramesh_Kumar
Hi LWOOLEY, Try: Control Panel Select Region and Language Select Additional Settings Select the Time Tab Change the lowercasr case h to uppercase H (h=12hr, H=24hr) Hope this helps