Time converter 12 hr to 24 hr

hi to all...
can anyone please help me how to do converting 12 hr time format to 24 hr format?
please..thanks in advance..

Hi,
You can use FM HRVE_CONVERT_TIME to convert time to 24 hour format.
Pass B in TYPE_TIME parameter and time you wish to convert to along with AM/PM in INPUT_AM_PM parameter.
Regards,
Ni3

Similar Messages

  • Unix time converter

    Does anyone have a good unix time converter class
    I want to convert a unix time to a UTC time in ss:mm:hh dd,mm,yy
    how to do this?

    int i = 1061287200;
    long t = i * 1000L;
    java.util.Date d = new java.util.Date(t);Assumes original time is seconds since some epoch...

  • Time converter application, please read

    hello,
    I want to create a time converting java applet. Which can convert times between am-pm and pm-am.
    I also need it to calculate the number of hours and minutes between two given times.
    does anyone knows an online tutorial which can teach me to create this application. if you can help at all that would be great, thanks

    is there any tutorials starting from scratchWhat does a conversion from am to pm mean?Means you're late for workWhat! I've already worked for 8h and now you want me
    to work even more!
    I should join the union.
    (Or facket as it's called in Sweden, pronounced
    fuckit)Yep. That's why I bought one of those new fangled 24 hour clocks. I get a lie in and I get loads of overtime

  • Date and Time convertion in iChart

    Hi,
    My question is: The date and time field displayed in ichart is in a number format rather than a date and time format. Why?
    1. A query is created first to extract data from an oracle database. The date and time is converted to a string by using to_char(x, ‘yyyy-MM-dd, hh24:mi:ss) function.
    2. An Axcute transaction is then used to convert date and time from the first query to XML date format: As suggested by Martin Auer on Aug 22, 2006 in his answer to Sudha, I create an output document in Business Logic Editor and define a column in DateTime format. The output from xAcute is in XML date format as ‘2006-12-14T13:21:00’.
    3. The second query is created to display data for the Axcute transaction. The output from the second query in Text/xml type is shown as: <TIME>2006-12-14T13:21:00</TIME>
    4. However, when the date and time is displayed in iChart, the date and time on X-axis is presented as a number like 1.166.098.860.000,00. The data source for the chart is shown as: 2006-12-14 13:21:00
    5. The display template is derived from a template used on the training course and date format in template is set to yyyy-MM-dd HH:mm:ss. The template is tested on the data from PlasticResin database (training course), the date and time is presented in a correct format.
    Could someone please answer my question?
    Thanks,
    Xin

    Xin,
    If you test your query (I assume it is an Xacute query) and choose text/xml - what is the SQL data type for the date/time column?
    It sound like the chart is not recognizing the query as a time-sensitive query.
    Let me know what you find,
    Joe Montagna

  • HT1473 In iTunes 11 is it possible to import WAV files whilst at the same time converting them to AAC?

    I've searched high and low and cannot for the life of me answer my own question. There are plenty of obsolete references to holding down option keys and clicking on something advanced but it's long deceased. iTunes is a monster! Help!
    I've been rippng my vinyl and converting the tracks to WAV outside of iTunes. Now I want to bring them in to iTunes but in AAC and without bringing in the WAV files at the same time.
    Thanks

    turingtest2 wrote:
    iTunes can only convert tracks that are already part of the library (or WMA on import into iTunes for Windows).
    tt2 - don't recall if you know this but it's possible to add/convert in a single step prior to iTunes 11.
    I don't know about iTunes 11. I'll have a look later today.
    In iTunes prior to 11, Option (Mac) Shift (Windows), iTunes menu Advanced > Convert {whatever is set in Import settings}
    See this -> http://support.apple.com/kb/HT1550

  • Does labview provide epoch time converter support?

    Hi,
    My product creates a data log file with time stamp. The time stamp is of the epoch format. The system is based on the linux. So I assume that this time stamp is a unix based format. How  should I convert this time stamp data to the UTC format in labview?
    Regards
    Gopal

    LabVIEW's time stamp is the number of seconds since 00:00:00 01/01/1904. Unix (and hence I presume Linux) time is the number of seconds since 00:00:00 01/01/1970, all times specified as GMT. So all you need to do to a Unix timestamp is to add the number of seconds between these two moments in time to obtain the LabVIEW timestamp.
    You can generate this number by using Date/Time to seconds, giving the input as Day 1, Month 1, Year 1970, and all others zero. It gives 2082844800
    Make sure that you treat the numbers as U32, as the current date/time exceeds the maximum value for as signed 32 but value.
    Rod.

  • Time convertion b/w BST to GMT

    Hi Guys,
    Is there any Oracle function to convert British time Zone(BST) to Green wich meen time Zone(GMT).
    if it is there would you please help me by Explaining that..
    I need to covert Trade execution time from BST to GMT wich should Need to be in GMT.
    Thankx In Advance...
    thankx,
    Lakshmi.

    Hi and welcome to the forum!
    Your question has been asked before, see f.i.:
    Re: Converting Date to timestamp with time zone
    (Do some more searches on this forum to find more examples)
    Read all about TIMESTAMP, CAST, FROM_TZ @ http://tahiti.oracle.com (the Oracle Documentation).
    If that doesn't get you going, then please post your DB-version and your efforts sofar.

  • Literal time convert problem

    Hi Experts,
    I'm using MDM 7.1 and have encountered a problem:
    I have a literal field named UpdateTime. And I want to import some data using import server. The source file is an .xml and the corresponding field has value like below:
    <UpdateTime>2009:03:26:15:49:28:187</UpdateTime>
    Now I met with value exceptions in import server saying cannot convert this field. Neither can I import it via import manager. In the "Map fields/values" tab, the time has not mapping when I click "automap". The "converted value" is <null>.
    Could anyone give me a hint on how I could resolve this problem - should I change the source data format, or should I have some special configurations in import server? When using MDM 5.5, the import server seems fine with such format.
    Thanks a lot!
    Angela Zhang

    Ravi,
    Thank you so much for your reply!
    Yes, it looks like a bug...so I'm trying to using the operator. But on problem: the target field is literal time type, to which the operator doesn't work (only numeric or text field has operators).
    So I guess to by-pass my problem, I now have only two ways:
    1> to change the PI outbound xml data format and make the time field apply to the target format.
    2> to change the target field type and make it a text or numeric....
    Do you know any other way that I can try without changing the current design? It's not just because of my curiosity, but such deisgn changes do will impact my project...since the problem is found during our upgrading from 5.5 to 7.1...
    Thanks a lot!
    Angela

  • Date and time convertion into timestamp

    hi gurus,
    i have a function module ztimestamp
    in that import PARAMETERS parameters are
    parametername  type ref type  defaulttype
    I_BEGDA         TYPE  D         SY-DATUM
    I_BEGTM         type    T          '000000'
    I_ENDDA         TYPE  D           SY-DATUM
    I_ENDTM         TYPE T          '235959'
    MY REQUIREMENT IS I HAVE TO CONVERT THIS IMPORT PARAMETRS INTO TIMESTAMP(DATE,TIME)
    AND THAT TIME STAMP SHOUL GIVE APPLICATION SERVER TIME.
    HOW CAN WE CONVERT THIS ONE ?
    FOR GOOD ANSWERS I WILL GIVE GOOD POINTS.
    THANKS
    RK

    hi gurus,
    i have a function module ztimestamp
    in that import PARAMETERS parameters are
    parametername  type ref type  defaulttype
    I_BEGDA         TYPE  D         SY-DATUM
    I_BEGTM         type    T          '000000'
    I_ENDDA         TYPE  D           SY-DATUM
    I_ENDTM         TYPE T          '235959'
    MY REQUIREMENT IS I HAVE TO CONVERT THIS IMPORT PARAMETRS INTO TIMESTAMP(DATE,TIME)
    AND THAT TIME STAMP SHOUL GIVE APPLICATION SERVER TIME.
    HOW CAN WE CONVERT THIS ONE ?
    FOR GOOD ANSWERS I WILL GIVE GOOD POINTS.
    THANKS
    RK

  • Exporting Large videos as image sequences using Quick Time Convert

    I am trying to export some fairly long videos as image sequences >10000 frames with Final Cut Pro using the quick time conversion tool.
    I am working with SD and HD videos.
    While some sequences export without error (both SD & HD) occasionally an "error" occurs which results in the 10000th frame (and in one case the 1000th frame) not being written. The File is opened as "MyVideoName#FFFFFFF.png" but no data is written to it. (Obviously it should be MyVideoName10000.png)
    There is 500Gb of free space on the disk I am writing to.
    At the moment I can't even work out why it fails in some instances - apart from the fact it seems to be related to the file name.
    I would appreciate any help any one can offer!
    Thanks,
    John
    G5   Mac OS X (10.3.8)   FCP HD 4.5; QT 6.5

    Thanks for your reply!
    So far I've not managed to come up with a workable solution.
    Exporting as an image sequence is infact a work around... I originally was planning to export the videos as uncompressed .avi files but (as documented elsewhere) this does not work for videos >10Gb.
    Some videos have exported fine both those longer and shorter than 10000 frames. However, for some videos only the first 9999 frames are exported. As a workaround I was planning to export the remainder of the videos seperately (as a subclip) but this only managed to export the first 999 frames (the 1000th file opened is called MyVideoName#FFFFFFFF, but no data is written to it).
    At the moment I can't find any explanation for the cause of this problem. Are there any logs or any way to get more detailed error information?
    Thanks again for your help,
    John

  • Version 10 installed but at various times converts back to ver 3. What can be done to keep ver 10 intact?

    I have installed FireFox Ver.10 numerous times but at various times, perhaps after using for several days, it will somehow revert back to Ver. 3. What is happening and how do I fix it?

    Which security software (firewall, anti-virus) do you have?
    Some security software has virtualization features that can restore files in the Firefox profile folder.

  • Hi am running OSX 10.8.2 as first time convert to apple iMac pc but skype for Mac just freezes and locks out my iMac, any answers please?

    Hi, am trying to use skype for mac on my iMac ver 10.8.2, downloaded from cnet on the internet but sype freezes and locks out the PC, yech!
    dont want to use facetime as our kids in Oz & N.Z. dont have Mac's. any help please?!

    Have you tried re-installing, downloading it directly from Skype?
    http://www.skype.com/intl/en/get-skype/

  • Converting System Time Stamp to Unix Time Stamp

    Hi All,
      I have a requirement to Convert System Date to Unix Date format.Can any one let me know how to convert system date to Unix Date format. Like function module or any other method.
    Regards
    Anil Kumar K

    Hi,
    I dont know if is this what you want:
    http://javascript.internet.com/math-related/unix-date-time-converter.html
    Hope it helps!

  • Function module for converting German Data/Time to Indian Date/Time

    Dear All,
    My requirement is to convert German date and time to Indian date and time. Is there any function module available or any way we can get it?
    Thanks and regards,
    Atanu

    hi,
    first get the timezone of that country
    CALL FUNCTION 'TZON_LOCATION_TIMEZONE'
          EXPORTING
            if_country        = p_it_userid-zcountry
          IMPORTING
            ef_timezone       = l_tzone
          EXCEPTIONS
            no_timezone_found = 1
            OTHERS            = 2.
    then use the below statements
    -- Convert from server time to GMT
          CLEAR l_tstmp.
          CONVERT DATE l_datum
                  TIME l_ctime
             INTO TIME STAMP l_tstmp TIME ZONE sy-zonlo.
    *-- Convert from GMT to user backup time
          CONVERT TIME STAMP l_tstmp TIME ZONE it_usr_timezone-ztzone
            INTO DATE it_usr_timezone-zdate
                 TIME it_usr_timezone-ztime.

  • Create a new column - convert minutes(mins) to time (HH: MM) in a day-OBIEE

    Hi..
    I have an issue in building the OBIEE repositoryin Administration tool.
    I have a column of minutes (24hrs X 60 = 1440 mins in a day) as its values.
    I need to build a column of Time ( convert minutes into time) using existing column of minutes.
    Say 300 mins = 5:00AM (since -------> (60 X 5 =300))
    315 mins = 5:15 AM
    330mins = 5:30 AM
    360mins = 6:00 AM.......so on in a day.
    I appreciate your help.
    Thank you.
    Edited by: user11939829 on Aug 11, 2010 9:00 AM

    Hi,
    In Admin Tools, if you want to create a new colume as time(HH:MM), you can do it like this:
    1. in "Business Model and Mapping", in the table which you want, create a logical column "Time"
    2. Check the checkbox "Use exist logical column as the source"
    3. In the expression builder, write the formula to convert minutes to time, like:
    concat(concat(cast (minutes/60 as varchar(2)) , ':'), cast(mod(minutes,60) as varchar(2)))
    Hope this helps you
    Marc

Maybe you are looking for