How to convert 12 hour time format to 24 hour time format ?

Hi,
How to convert 12 hour time format to 24 hour time format is there any FM if not, please suggest me how to convert .
regards,
rakesh

Hi,
Have you tried function module HRVE_CONVERT_TIME
Input parameters will be like
TYPE_TIME                       B
INPUT_TIME                      01:00:00
INPUT_AM_PM                  PM
Output
OUTPUT_TIME                     13:00:00
Regards

Similar Messages

  • How to convert FLV and F4V files to other media formats

    How to convert FLV and F4V files to other media formats
    Nowadays, every one can download their favorite videos from video sharing websites like YouTube, Hulu, MySpace, Google Video, metacafe, Yahoo! Video, Reuters.com and so on at will. However, these video files we got are usually in the format of FLV, or F4V, which are not workable by most portable devices, or some video players and video editors on our PC. With the intention of solving these problems, this guide will show you how to convert FLV and F4V files to other video and audio formats in detail.
    1. Download, install and run Pavtube FLV Converter
    As soon as you run this program, the following wine red interface will show up:
    2. Add files, set output format and destination folder
    Input FLV and F4V files to this program by clicking on “Add” button, and select a format as the output format in the drop-down list of “Format”, meanwhile, you can press the output folder to specify the destination folder or just use the path set by default. Moreover, “merge into one file” enables you to combine multiple FLV and F4V files to be as a single file, if you have this needs, just tick it.
    3. Set advanced settings
    Click “Settings” button, the following interface will pop up. You can change the parameters like screen size, bit rate, frame rate, sample rate, etc. on it to optimize the output quality or compress file size.
    4. Convert
    After all settings are done, you can press “Convert” button to start transferring, and then the following window will show you the conversion info in detail. According to the info you can manage your time and disk space properly.
    Pavtube FLV Converter can definitely complete the conversion at a swift speed with excellent quality; also it adopts an advanced audio-video sync technology, so that audio and video match very well in the resulted files. Therefore you need not worry about these issues.
    Useful tips:
    Free online FLV downloader:
    www.convertdirect.com
    http://vixy.net/
    http://www.videoconverterdownload.com/online-free-flv-converter.html
    http://www.flv2mp3.com/
    http://www.mediaconverter.org/
    http://2conv.com/
    http://online.movavi.com/
    http://www.youconvertit.com/
    http://www.playtube.com/
    http://www.convert.net/

    Flip4Mac

  • How to convert Flat file(.txt) data to an Idoc format(ORDERS05)

    Hi,
    How to convert Flat file(.txt) data to an Idoc format(ORDERS05). If any FM does the same work please let me know.
    thanks in advance,
    Chand
    Moderator message : Duplicate post locked. Read forum rules before posting.
    Edited by: Vinod Kumar on Jul 26, 2011 11:11 AM

    Hi,
            For more information, please check this link.
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a
    Have a look at the FM IDOC_XML_FROM_FILE. May be it helps...
    Regards

  • How to convert JPEG/RTP Buffer to non-RTP (RAW) format ?

    Hi everybody !
    Could somebody tell me how to convert JPEG/RTP Buffer to non-RTP (RAW) format ? Thanks !

    Hi
       The way is you have to split the data several and concatenate after that.
    Regards,
    kumar

  • Need Help on How to Convert a Number Field to an Hour/Minute

    Post Author: syracuse2
    CA Forum: Crystal Reports
    I have a field that shows a duration, i.e. 125.  I would like to convert the number of 125 to 2hr and 5 min.  Any suggestions on how to do this?

    Post Author: GraemeG
    CA Forum: Crystal Reports
    Create a formula and paste the following into it (sorry I use Basic Syntax):
    'Ive laboured a point here a bit so you can get an idea of what you can do.
    'Heres 3 variables - one with your duration and two others for hours and minutesshared xDuration as numbershared xHours as numbershared xMins as number
    'Put some data into the duration and calculate the hours and minutesxDuration = 125xHours =  truncate(xDuration/60)xMins = remainder(xDuration,60)
    'You can then use the variables to get a string with unformatted hours and mins'formula = xHours + "hours " + xMins + "Mins"
    'or you format the hours and minutes nicely'formula = CStr(xHours,0) + "hours " + CStr(xMins,0) + "Mins"
    'or you can make it all into one formula without the need for xHours and xMins variablesformula = CStr((truncate(xDuration/60)),0) + "hours " + CStr(remainder(xDuration,60),0) + "Mins"

  • How to convert date from "yyyymmdd" to "MM/DD/YYYY" format

    1. I have one BLDAT field in my internal table.
       its getting updated from input file.
    2. The value in the input file is like yyyymmdd.
       So the internal table field is filled like this
       "YYYYMMDD".
    3. After this,I have to compare this internal table  
       field with BSAD table.
    4. The BLDAT field in BSAD table is in the format of 
       "MM/DD/YYYY".
    5. the BLDAT field is having diff format in internal  table and BSAD table.So I am unable to check this value.
    How to convert it as like the BSAD table format."MM/DD/YYYY" format.
    Thanks in advance!!

    Using the WRITE statement
      data: gd_date(10).  "field to store output date
    * Converts date from 20020901 to 09.01.2002
      write sy-datum to gd_date mm/dd/yyyy.
    OR u can
    CONCATENATE gd_date+4(2) gd_date+6(2) gd_date+0(4)
    into gd_date seperated by '/' .
    Hope this helps.
    Kindly reward points and close the thread for the
    answer which helped u OR get back with queries.

  • How to Convert OVM machines to VM Esx (.ova, .ovf) Format

    Hi,
    Could you pls help me on following issues?
    1. How to Convert OVM machines to VM Esx (.OVA or .OVF) Format
    2. How to take backup or copy VM from Oracle VM for Converting other formats.
    3. Are we need to use the same version of Manager and Server? Manager Version= Server Version OR  Manager Version < Server Version OR Manager Version > Server version.
         I am using manager 3.2.2 and server 3.2.1 Is it OK?
    Thank You,
    Regards,
    Prakash T

    Questions: Could you pls help me on following issues?
    1. How to Convert OVM machines to VM Esx (.OVA or .OVF) Format
    Answer: The only way I have done this is to import the the Oracle VM into VMware ESX with VMware P2V conversion. The one key thing you have to make sure of here is that if it is a Linux Virtual machine that you are moving to VMware you must start the Virtual Machine in a standard no Xen kernel before you do the P2V conversion as VMware will choke on the any Xen kernel.
    Now if you want to go from VMware to OVM follow the instructions on this link: Re: Import VMWare VirtualMachine into OVM 3.2.2.520
    2. How to take backup or copy VM from Oracle VM for Converting other formats.
    Answer: Read this white paper for Guidence on Oracle VM Backup's.
    http://www.oracle.com/technetwork/server-storage/vm/ovm3-backup-recovery-1997244.pdf
    3. Are we need to use the same version of Manager and Server? Manager Version= Server Version OR  Manager Version < Server Version OR Manager Version > Server version. I am using manager 3.2.2 and server 3.2.1 Is it OK?
    Answer: I would strongly recommend that you keep the Manager and Servers on the same version.
    I know for doing upgrades the Manager should be upgraded first and then the servers can be upgraded.  See section 5.1 in the upgrade document.  http://docs.oracle.com/cd/E35328_01/E35330/E35330.pdf
    Hope this helps. Russell

  • How to convert CLOB data (now it is in html format) to Normal text format

    Hi,
    Can anybody let me know the solution for how to convert CLOB data into normal Text.In my case the table column having CLOB datatype and the data is in html format.when i run the report the column is displaying html tags .Now i need to convert that html tags into normal text.
    Pl. let me know if any one know the solution.
    Regards,
    Thulasi.K

    LONG has been depricated since 8i so I don't believe there is a general solution to go backwards short of reloading the data.
    Justin

  • How to convert date...Source is Oracle date format "13-Jan-08"

    Hi,
    I am using a Remote cube, the source is Oracle. Date in Oracle is in the form of '12-Jan-09'. How can I convert the date in to SAP format. what is the best method to handle this.
    Thanks.
    venkat

    The answer is CONVERSION_EXIT_SDATE_INPUT.
    But read forum rules of engagement, date question are usually not allowed, as they have all been posted several times since Y2K preparation : Read Please read "The Forum Rules of Engagement" before posting!  HOT NEWS!!  and How to post code in SCN, and some things NOT to do... , and perform some test of the search tool.
    Regards,
    Raymond

  • How to Convert Externalizable objec to Serializable at Run Time

    Urgent Help needed ...
    Original Problem
    We are using Externalizable object through the system .We keep track of versioning with field in each object ...
    This version is common software version...
    We change that version every two or three week ...
    suppose for
    My software Version is 2
    and suppose if someone add a new field to any object we put a checking in readExternal to not read that field is the version is less than 2
    Now the problem is say
    1)We make a version 2 on June 10
    2)Some one save a object on June 11
    3)Some one add a new field in any object and put the checking of Version 2
    4)Now object saved in step 2 cannot be read once step 3 is performed...
    How do we solve this issue ?
    We do not intend to add the class Version in each class at this stage. ...
    Issue 2
    Other issue related to issue 1 itself
    We plan to convern the object to xml using some technology of Xstream
    Now issue 1 can be solved atlease if my all the object were of type Serializable and NOT EXTERNALIZABLE
    So my Second Question is is there a way to convert a Externalizable object to Serialiable object just for my purpose when i m converting to xml and vice versa .....
    Basicallly I want a way to remove that EXTERNALIZABLE Interface from class at run time WITHOUT CHANGING ANY CLASS SOURCE CODE ...../
    Guy Your help is very appreiciated to solve this two issue
    Message was edited by:
    palanmahesh

    It seem i have not properly explained to you guys my
    problem
    I cannot change the code of existing object which are
    Externalizable..
    Nor can i solve the versioning issue That block of
    source code i cannot touch
    all i want is somehow convert the object so that they
    are not instance of Externalizable Well it seems pretty hopeless then doesn't it.
    My advice? Give up. You seem pretty lost and when people respond by basically saying they can't solve the problem in any reasonable way then it's pretty much a lost cause.
    Good luck with your hopeless task. I see nothing but upset in your future.

  • How to convert slide shows from Video CD to DVD format

    I have a number of Adobe Photoshop Elements slide shows in the Video CD format.  Since many DVD players (especially blue-ray) do not accomodate the Video CD format........... I would like to convert them to DVD.  This will not improve the resolution but will take care of my problem.  I do have Adobe 9.0 Photoshop and Premier Elements.  Suggestions appreciated.

    Even though Photoshop Elements gives you the option of burning a CD or 
    DVD.........in reality I don't think you can do a DVD unless you have Photoshop
    Premier.
    Keith
    In a message dated 7/13/2011 11:49:46 A.M. Central Daylight Time, 
    [email protected] writes:
    Barbara,  I am having the same problem.   I still  can't burn DVD of a
    slideshow from Photoshop Elements.  I have tried  writing it in WMV format
    and saving it to my pictures file, it gets  converted to PDF format.  I
    think that is becasue it is getting opened by  Adobe flashplayer. 
    I also can't send a thread regarding this problem  with out attaching to
    another  thread.
    Nancy

  • How to convert an array of numbers into a time signal?

    I have an array of 512 data points. I want to convert this array into a time domain signal (the one with the brown color). How would I do this? Please let me know soon...Thanks!

    If you are referring to waveform data type, use the "build waveform" function as illustrated in the attached vi. Also check LabVIEW help waveform example for more sample vi.
    Attachments:
    sample_vi.vi ‏30 KB

  • How to convert dvc tapes from Sony DCR camcorder to format recognized by iMovie 11?

    Our Sony Handycam DCR-HC36 is no longer recognized by iMovie.  When we bought the iMac I was able to import tapes from the camcorder, but since updating iMovie it no longer recognizes the camera.  Is there a converter which will read the DVC tapes we have and  import them into the iMovie?

    Maybe you can try this: https://itunes.apple.com/us/app/video-mate/id592736614?mt=12 (you can try the software directly by clicking the "Yuri Wang Web Site") , a video converter that accepts almost all format videos' conversion.
    You can do the conversion in three steps after installing it: add file->choose output format ("Convert to" bar->iMovie)->convert
    batch converting is available.

  • How to convert dd-MM-yyyy into yyyy-MM-dd format in mysql

    i have designed a database in mysql and i have connected it using jdbc connectivity . so i want to convert an input date with this format dd-MM-yyyy into yyyy-MM-dd a legal format of mysql

    Friends , I found another way to get a mysql format
    String dateString = "23/08/2003"; (this string can be input date)
    SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");
         java.util.Date d;
         try
              d = dateFormat.parse(dateString);
              dateFormat.applyPattern("yyyy-MM-dd");
              dateString = dateFormat.format(d);
         catch (Exception e){
                   e.printStackTrace();
              java.sql.Date a3 = java.sql.Date.valueOf(dateString);
    where a3 is the date with the mysql format needed and can be inserted into sql statement.

  • Help!How to convert a plenty of doc files to pdf format?

    System: windows xp
    Software: Adobe Acrobat Professional 7.0
    I'm tired of repeatedly click open,convert,save,close to convert a large quantity of doc files to pdf format.Is there any easy way to do this? Is there any kind of plugin or batch command provided to this software?

    Turn off the view in Acrobat option in the Adobe PDF printer and then just drag and drop them on the printer. You may have to figure out where to send them or accept the default, again an option in the printer.

  • How to convert Keynote presentation to PowerPoint, w/o losing formating?

    Hi,
    I have a Macbook with iWork 08. I love creating presenations in Keynote, but when I export to Powerpoint and then try to run the presentation on my Windows XP (work) PC, the presentation is misconfigured with fonts running off the screen and picures misaligned. Animations also seem inconsistent. Is there any way that I can lock these configurations in iWork so it will pass them exactly to Windows PowerPoint? Does iWork '09 provide this?

    when I export to Powerpoint and then try to run the presentation on my Windows XP (work) PC, the presentation is misconfigured with fonts running off the screen and picures misaligned. Animations also seem inconsistent.
    Why in the wide, wide wonderful world would you want to prepare a presentation with the particular appearance you want in a particular application and then proceed to complain that you cannot have that particular appearance in another application?
    If what you want is to preserve appearance, then use an application-independent portable page description model. There is one built into Mac OS X. It's called the Adobe Portable Document Format and while it has its problems, preserving appearance is not one of those problems.
    The whole idea these days is NOT to have to buy Microsoft Office in order to interchange digital documents. Instead of everyone buying Microsoft Office, everyone selects an intermediate and application-independent format for interchange. ISO has published two such sets, one set for content interchange (ODF and OOXML) and one set for appearance interchange (PDF). ECMA is working on a second appearance interchange format (XPS).
    Acrobat in the free Windows version will image your PDF presentation.
    /hh

Maybe you are looking for