Name for standard time format?

Is there an official name that describes the Java standard time representation?
I think Java standard time defines two important things and I wish I could refer to them with a single, short, accurate name. The two things the standard defines are:
1) An epoch from which time is measured. The epoch is midnight, Jan 1st, 1970 AD, GMT.
2) The standard form of expressing time is in milliseconds (not seconds, not days) since the epoch.
Everytime I write a document telling someone that a time will be or should be expressed in this way, I have to write a description.
"express time in millis since midnight jan 1st, 1970 AD"
Is there an official (and much shorter) way of saying the same thing? The UNIX time standard, on which this is based, also seems to not have a name. The POSIX time standard seems to be wrong in that it doesn't handle leap years correctly.
By contrast, it is easy to find a half-dozen web-sites that can tell you, definitely, what a Julian date is. The Julian date standard defines both an epoch (noon on jan 1st 4713 BC) and a standard way of expressing time as days since the epoch and fractions of days since the epoch.
Can anyone help me out? Is there an official name? Can we bestow one? Java Standard Time would be fine with me, but it won't work if I'm the only using it.

I don't think it really needs a name. Within Java we
can just say time in milliseconds and assume the
standard origin.Yeah, I agree with you, but I'm not really sure it would help the original poster to just assume that the origin is standard. Have you ever noticed how many people post questions about java.util.Date that are caused by a total inablity to understand that the class is nothing more then a wrapper for a time elapse ('how do I swtich the month to Januaray, why is the system time a huge number')? People new to programming seem to have a hard time understand dates as a distance from some origin in time, rather then a calendar expression, and Sun compounded the problem by including those deprecated calendar-specific methods in the original API (creating the impression that it is a calendar class). I don't think any one but senior level programmers will be able to sense the implied origin, even though your point that all computer dates use that epoch as a standard origin is correct.

Similar Messages

  • Need Seeburger BIC Mapping names for standard Msg types - EANCOM2002

    Hi All,
    I need Seeburger Bic Mapping names for standard Msg types.
    <b>Orders
    ORDRSP
    DESADV
    Note that they are in EANCOM2002 format.</b>
    Kindly provide them asap.
    Can anyone pls send the document to [email protected] if you have the Seeburger mapping names for EANCOM2002 and ANSIX12.
    Thank You.
    Regards
    Seema.

    Hi Marcos,
    >> IF they have been deployed in your system the names will be:
    >> See_E2X_ORDERS_UN_D96A
    >> See_X2E_ORDERS_UN_D96A
    >> See_E2X_DESADV_UN_D96A
    >> See_X2E_DESADV_UN_D96A
    R u sure of we can use these mappings for EANCOM2002 format.??
    R u sure EANCOM2002 is equavalent to UN D96A???
    -Seema.

  • CONTACT NAMES NOT DISPLAYING & TIME FORMAT CHANGING AFTER SYNC

    i live in kuwait and i was just gifted an officially unlocked 3g iphone from new zealand. i upgraded to 2.1. i have 2 problems
    1. i have synced my contacts from address book. the format that it is stored in is +965XXXXXX. 965 is the country code for kuwait and all numbers in kuwait are of 7 digits. there is no area code as this is a small country. when someone calls me their name does not appear. only the number appears
    2. i have set the time format on the iphone to the 24 hour format but every time i sync with my macbook the time format changes to 12 hour format.

    Follow this procedure to get your contacts back (I assume they are on your Mac/PC):
    1. Go to Settings, then Mail, Contacts, Calendars
    2. Select your account which has the contacts you wish to sync
    3. Turn syncing for Contacts to "Off". This will bring up a box telling you your iPhone is turning off Contacts. My iPhone actually hung at this stage, so after several minutes, I performed a hard restart (holding down Home and power buttons for 5 sec.)
    4. Exit from Settings
    5. Go to Settings, then Mail, Contacts, Calendars
    6. Select your account which has the contacts you wish to sync
    7. Turn syncing for Contacts to "On". This should restore your contacts
    8. Go to Contacts to verify. They initially may not appear or just show up as numbers for a second or two, but then your contacts should appear.

  • Select query on key field for different time format

    Hello Experts,
    I am working in Sender ABAP proxy <===> SAP PI 7.31 JAVA <===> Oracle database.
    Oracle Database stores all records of material sold where the date is maintained in 01/15/2010 01:48:20 which has date and time format.
    In ECC , I will be sending a proxy request with system date as the only field and this would be key field to select all the material records sold for 01/15/2010 in Oracle Database i.e. Select statement.As we can observe that the system data of ECC does not have time stamp.
    I am clueless how to get this done in Message Mapping or in some way? If I maintain just the date stamp of ECC as the key field, would I be
    able to fetch all the records from Database?
    Regards
    Rebecca

    Dear Hareesh and Harish,
    Ooopps the names are confusing. but very close..
    Yes I changed my receiver structure and added <compareOperation> under the key field Material Number. In the Message Mapping , I assigned a constant EQ to <compareOperation>.
    Now tested the proxy will value of Material with no 100 , expecting a response from database for Material 100. But getting error as below.
    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SAP:Category>XIProtocol</SAP:Category>  
    <SAP:Code area="PARSING">GENERAL</SAP:Code>  
    <SAP:P1 />  
    <SAP:P2 />  
    <SAP:P3 />  
    <SAP:P4 />  
    <SAP:AdditionalText />  
    <SAP:Stack>com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 53cc7fab-e712-0b20-e100-8000ac10134c(OUTBOUND) expired. at com.sap.aii.adapter.soap.web.SOAPHandler.processSOAPtoXMB(SOAPHandler.java:746) at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:505) at  
    I am not sure whether there was any response from database.
    I am close to end of this thread..
    Please guide.
    Regards
    Rebecca

  • Format Codes for the Time Format String

    Hello guys...
    I have 1 simple question.How to write a code in time format string.for example...%H%M%S for HH:MMS.So I want to add fractional seconds in this code...refer to the labview help,the code for fractional seconds is <%<digit>u>.But I'm little bit confuse just now.Should I put like this : %H%M%S%digitu. Or any other else?...thank u

    Just convert it to a date/time record and use "unbundle by name" to pick all the parts you want.
    (You only need to show the outputs you need)
    Message Edited by altenbach on 09-10-2007 12:01 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    GetTimeComponents.png ‏3 KB

  • To find name for standard smartform of purchase order in Tcode me21n.......

    Please do not offer rewards
    Hi Abapers,
                 I had doubt, regarding how to find the name of standard smartform available for purchase order in tcode - ME21N.
              After executing ME21N, n print preview i get a form without logo. So i want to customize the form according to my clients requirement.For this i want to know the Smartform name, so tat i can copy to 'Z.....' and make the customization.
              Can anybody assist me overcome this problem of how to find out the name of smartform without knwing functionmodule name also....
                <<Text removed>>
    Advanced Thanks..............
    Edited by: Matt on Mar 25, 2009 10:26 AM

    DESIGN ONE SMARTFORM AS PERUR NEED.
    DRIVER PROGRAM FOR THISIS
    *& ZSAPFM06P
    &----     Print of a PO by SMART FORMS               *
    *& Purchase order printing program
    &----      FORM ENTRY
    SmartForm from customizing table TNAPR
    determine smartform function module for invoice
                    variant            = ' '
                    direct_call        = ' '
    control-no_open   = 'X'.
    control-no_close  = 'X'.
    call smartform invoice
                         archive_index        = toa_dara
                         archive_parameters   = arc_params
                    mail_appl_obj        =
                         mail_recipient       = ls_recipient
                         mail_sender          = ls_sender
                         output_options       = ls_composer_param
                         is_bil_invoice       = ls_bil_invoice
                         is_repeat            = repeat
              importing  job_output_info      = ls_job_info
                        document_output_info =
                        job_output_options   =
      error handling
       message id sy-msgid type sy-msgty number sy-msgno
               with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    analyse internal error table of Smart Forms
      add your handling
    REPORT ZSAPFM06P.
    TABLES: TNAPR,
            nast.
    DATA: lf_fm_name TYPE rs38l_fnam,
          lf_formname TYPE  tdsfname,
          control type ssfctrlop,
          errtab  type tsferror.
    FORM entry_neu using ent_retco ent_screen.
      lf_formname = tnapr-sform.
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
             EXPORTING  formname           = lf_formname
             IMPORTING  fm_name            = lf_fm_name
             EXCEPTIONS no_form            = 1
                        no_function_module = 2
                        OTHERS             = 3.
        IF sy-subrc <> 0.
          message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      control-no_dialog = 'X'.
      control-preview   = 'X'.
      control-langu     = sy-langu.
          CALL FUNCTION lf_fm_name
               EXPORTING
                           control_parameters   = control
                           user_settings        = 'X'
                           is_nast              = nast
               EXCEPTIONS formatting_error     = 1
                          internal_error       = 2
                          send_error           = 3
                          user_canceled        = 4
                          OTHERS               = 5.
      if sy-subrc <> 0.
        ent_retco = 0.
      else.
        ent_retco = 0.
      endif.
      call function 'SSF_READ_ERRORS'
           importing
                errortab = errtab.
      if not errtab is initial.
      endif.
    ENDFORM.
    DEFINE UR PROGRAM NAME AND SMARTFORM NAME IN NACE.

  • Non-Standard Time format

    SS2008 R2
    I have to store and manipulate data from a new phone system.  Some of the columns are "Time" interval.  So while they behave like a SS "Time" data type they can hold a value greater than 24 hours (ex. 25:10:33) . 
    This causes SS to blow, of course. 
    So I was wondering how I should handle this.  I thought about storing the value as a string, and using a group of functions or stored procs or views to interpret the string in a way that the users can still report the numbers.  dd:hh:mm:ss 
    . Or perhaps interpret the string as the row is stored and store it elsewhere.
    But I am not sure.
    Any suggestions?
    Michael

    That's not a time by SQL Server definitions. It's only ever going to be a string. You can fix it with this:
    DECLARE @dodgyTimeStrings TABLE (timestring VARCHAR(10))
    INSERT INTO @dodgyTimeStrings (timestring)
    VALUES ('25:58:23'),('23:58:23'),('99:58:23'),('24:58:23')
    SELECT *,
    CASE WHEN LEFT(timestring,CHARINDEX(':',timestring)-1) > 23 THEN LEFT(timestring,CHARINDEX(':',timestring)-1) / 24 ELSE 0 END AS timeDays,
    CASE WHEN LEFT(timestring,CHARINDEX(':',timestring)-1) > 23 THEN LEFT(timestring,CHARINDEX(':',timestring)-1) % 24 ELSE LEFT(timestring,CHARINDEX(':',timestring)-1) END AS timeHours,
    SUBSTRING(timestring,CHARINDEX(':',timestring)+1,2) AS timeMinutes,
    RIGHT(timestring,CHARINDEX(':',REVERSE(timestring))-1) AS timeSeconds
    FROM @dodgyTimeStrings
    Just fix it on import, and do with it as you must. For example, adding the value to a startDateTime type column:
    DECLARE @dodgyTimeStrings TABLE (timestring VARCHAR(10), startDateTime datetime)
    INSERT INTO @dodgyTimeStrings (timestring, startDateTime)
    VALUES ('25:58:23','2014-07-01 18:00:00.00'),('23:58:23','2014-07-01 18:00:00.00'),('99:58:23','2014-07-01 18:00:00.00'),('24:58:23','2014-07-01 18:00:00.00')
    SELECT *, DATEADD(SECOND,timeDurationSeconds,startDateTime)
    FROM (
    SELECT *,
    CASE WHEN LEFT(timestring,CHARINDEX(':',timestring)-1) > 23 THEN LEFT(timestring,CHARINDEX(':',timestring)-1) / 24 ELSE 0 END AS timeDays,
    CASE WHEN LEFT(timestring,CHARINDEX(':',timestring)-1) > 23 THEN LEFT(timestring,CHARINDEX(':',timestring)-1) % 24 ELSE LEFT(timestring,CHARINDEX(':',timestring)-1) END AS timeHours,
    SUBSTRING(timestring,CHARINDEX(':',timestring)+1,2) AS timeMinutes,
    RIGHT(timestring,CHARINDEX(':',REVERSE(timestring))-1) AS timeSeconds,
    ((CASE WHEN LEFT(timestring,CHARINDEX(':',timestring)-1) > 23 THEN LEFT(timestring,CHARINDEX(':',timestring)-1) / 24 ELSE 0 END * 24) * 3600) +
    (CASE WHEN LEFT(timestring,CHARINDEX(':',timestring)-1) > 23 THEN LEFT(timestring,CHARINDEX(':',timestring)-1) % 24 ELSE LEFT(timestring,CHARINDEX(':',timestring)-1) END * 3600) +
    (SUBSTRING(timestring,CHARINDEX(':',timestring)+1,2) * 60) +
    RIGHT(timestring,CHARINDEX(':',REVERSE(timestring))-1) AS timeDurationSeconds
    FROM @dodgyTimeStrings) a

  • API / INTERFACE name for Oracle Time and Labor

    Hi,
    Which API / INTERFACE is used to load data into the following tables of Oracle Time and Labor?
    HXC_AP_DETAIL_LINKS
    HXC_APP_PERIOD_SUMMARY
    HXC_LATEST_DETAILS
    HXC_TC_AP_LINKS
    HXC_TIME_ATTRIBUTE_USAGES
    HXC_TIME_ATTRIBUTES
    HXC_TIME_BUILDING_BLOCKS
    HXC_TIMECARD_SUMMARY
    HXC_TRANSACTIONS
    Regards,
    Abhinaya M

    Check the Responsibility Integrated SOA Gateway to see all the APIs under OTL.

  • Document category name for Standard Invoice is in disable mode ples urger!!

    Hi All,
    when i am creating the invoice in invoice work the document category is in disable mode. I did all the required setups but it is not allow me to enter document category.
    Version is 11.5
    Regards,
    Raju.
    Edited by: 956206 on Sep 5, 2012 3:34 AM

    Hello.
    From the User Manual:
    Method:
    Select the method that your documents are entered, automatic or manual.
    -Automatic is when a concurrent process (e.g., an external program) enters transaction data into an Oracle Application, which generates documents.
    -Manual is when a document is manually entered using a form in an application.
    Octavio

  • Custom name for Timer thread?

    Thread has the usefull setName() method to set a custom name for a Thread. Timer doesn't have such a method but a Timer is itself a Thread. How can I set a custom name for a Timer thread?

    Yes, very usefull for debugging, e.g. when running mutliple threads in an IDE, you can easily identify the thread to continue to inspect without inspecting the threads content/attributes.
    But also for logging: for a multithreaded server application having a log file, each thread can log messages to the log file (standard Java logging API). To be able to assign the messages to each thread, the thread name can be used as the message prefix.

  • ConsoleOne lacking Date/Time-Format-Tab for Client-Setting

    I remember from GW6 the Client-Setting-Tab in ConsoleOne for Date-/Time-Format (for local german format)
    There is a tab with these settings in the GW8-Client, but I cannot find this specific setting in ConsoleOne.
    Any ideas?
    Sincerely
    Karl

    The availability in ConsoleOne with GW6.0 is confirmed. Now, since it seems to be gone with GW8.0, how would someone deal with the need of a central adjustment of this setting? At time I am running through the firm with setting this at the users workplace in the GW8.0-Client under Tools/Options/Calendar/Date-Time with hitting the button "Set to System" (or something like that - I have it in German).
    Sincerely
    Karl
    Originally Posted by laurabuckley
    Hi Karl,
    Personally, I don't recall such a setting in ConsoleOne.
    Sorry, not much use, just confirmation that you are not doing something wrong!
    Cheers,

  • CONVERT TIME IN HOURS INTO STANDARD TIME.

    Hi All,
              I have time in standard time format for Ex. 07:00:00 . And I want to add 4 hours and 30 min into that time. That means after adding my output I want like this 11:30:00. That means time is now 11 pass 30 min 00 seconds.......Plz tell how to do this............
    Regards.
    Pradip Pawar

    Hi Pradip,
    you can do it by the way Anji told you.
    I didn't try but guess
    what will be the result of '<b>21:00:00</b>' and '<b>04:30:00</b>'  ?
    Declare variable time1 , time2 and time3...
    Time1 = '21:00:00'.
    Time2 = '04:30:00'
    Time3 = Time1 + Time2.
    write /  Time3 USING EDIT MASK'__:__:__'.
    See the output...
    For getting solution of this problem...
    You should convert the time into SECONDS for both time valuse
    Then add those seconds
    Then again convert it into HH:MM:SS...
    Hope it will help you
    Please correct me if i am wrong.
    <b>Reward Points if it is helpful.</b>
    Thanks & Regards
    ilesh 24x7

  • Name and city not defined in FB60 for one time account

    Hello Guru's ,
    We are on SAP ECC 6.0 and I have defined a one time vendor in the standard account group CPD One-time vend.(int.no.assgnmt).
    In the screen layout for that account group I have the address details for name1 and postal code, city defined as optional entry. In the master data of the one time vendor I have however created an address so the address details like Name1 and City are filled.
    When I use MIRO for creating an invoice the address details are filled for the one time vendor, but when I use FB60 it prompts the following message: 'Enter a name and city for one time postings'.
    Why are the address details not filled in transaction FB60 while the have been filled in MIRO ? And why can I not post the Invoice as I have defined the name and address as optional entry in OBD3 ?
    Thanks as ever for your reply's

    Yes I understand that. The problem is however that we have invoice scanning and when the invoice is scanned it comes into the rework fase where we enter the one Time vendor. In a normal situation the invoice wille be created and parked (status completion) after which AP clerks can either enter a Purchase order or not. With the One Time vendor I don't get an invoice document as it prompting for the Name and City. Becaue of that I entered the name and city in the vendor master data and set them to optional in OBD3. Nonetheless it still gives me the error. Also in transaction FB60. So if it doesn't work with making fields optional in the vndor accoutn group and entering the requested data in the vendor master data I probably must set the error message some where into a waring ? Funny thing is that it does work for the MIRO transaction as I am not getting the error there.
    Thanks
    Edited by: Antoinette Stork on Jun 19, 2009 2:46 PM

  • Unit Price Format in XSL-FO Code for Standard Purchase Order Printing

    Hi All,
    As I am new to XSL-FO, so i am not aware of doing XML,XSL-FO changes. I have an issue with the xsl-fo for standard po layout. My report layout gives ##,## instead of ##.## as my Unit Price. i.e. in the report for POs, it is showing unit price in the format as #,## eg: 0,32 or u can say like 1,70 instead it should show #.## something like 0.32 and 1.70 as my unit price. The piece of code related to unit price formatting in report as follows:
    <xsl:choose>
    <xsl:when test="(UNIT_PRICE,1,1 > 1) and (substring-before(UNIT_PRICE,',') > 0)">
    <fo:table-cell xsl:use-decimal-format="euro2"> <fo:table-cell xsl:use-attribute-sets="table.cell5"> <fo:block xsl:use-attribute-sets="form_data1">
    <xsl:value-of select="format-number(substring-before(UNIT_PRICE,','),'#.###','euro2')"/>,<xsl:if test="(substring(substring-after(UNIT_PRICE,','),3,1)) > 4"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,','),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,','),3,1)) =''"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,','),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,','),3,1)) = 1"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,','),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,','),3,1)) = 2"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,','),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,','),3,1)) = 3"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,','),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,','),3,1)) = 4"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,','),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,','),2,1)) = ''"><xsl:value-of select="((substring(substring-after(UNIT_PRICE,','),1,1))-(substring(substring-after(UNIT_PRICE,','),1,1)))"/></xsl:if>
              </fo:block>
         </fo:table-cell>
    </fo:table-cell>
    </xsl:when>
    <xsl:when test="(substring(UNIT_PRICE,1,1)=',')">
         <fo:table-cell xsl:use-attribute-sets="table.cell5"> <fo:block xsl:use-attribute-sets="form_data1">
         <xsl:value-of select="UNIT_PRICE"/>
         </fo:block>
         </fo:table-cell>
    </xsl:when>
    <xsl:when test="(UNIT_PRICE,1,1 > 1) and (substring-after(UNIT_PRICE,'.') > 0)">
    <fo:table-cell xsl:use-decimal-format="euro2"> <fo:table-cell xsl:use-attribute-sets="table.cell5"> <fo:block xsl:use-attribute-sets="form_data1">
         <xsl:value-of select="format-number(substring-before(UNIT_PRICE,'.'),'#.###','euro2')"/>,<xsl:if test="(substring(substring-after(UNIT_PRICE,'.'),3,1)) > 4"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,'.'),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,'.'),3,1)) =''"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,'.'),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,'.'),3,1)) = 1"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,'.'),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,'.'),3,1)) = 2"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,'.'),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,'.'),3,1)) = 3"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,'.'),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,'.'),3,1)) = 4"><xsl:value-of select="(substring(substring-after(UNIT_PRICE,'.'),1,5))"/></xsl:if>
    <xsl:if test="(substring(substring-after(UNIT_PRICE,'.'),2,1)) = ''"><xsl:value-of select="((substring(substring-after(UNIT_PRICE,'.'),1,1))-(substring(substring-after(UNIT_PRICE,'.'),1,1)))"/></xsl:if>
         </fo:block>
         </fo:table-cell>
    </fo:table-cell>
    </xsl:when>
    <xsl:when test="(UNIT_PRICE,1,1 > 1 ) and (substring-after(UNIT_PRICE,',') ='') ">
    <fo:table-cell xsl:use-decimal-format="euro"> <fo:table-cell xsl:use-attribute-sets="table.cell5"> <fo:block xsl:use-attribute-sets="form_data1">
    <xsl:value-of select="format-number(UNIT_PRICE,'#,###.00','euro')"/>
              </fo:block>
         </fo:table-cell>
    </fo:table-cell>
    </xsl:when>
    </xsl:choose>
    PS: My decimal formats for euro and euro2 are:
    <xsl:decimal-format name="euro" decimal-separator="," grouping-separator="."/>
    <xsl:decimal-format name="euro2" grouping-separator="." NaN="0"/>
    Any help or reply regarding this issue will be highly appreciated.
    Regards,
    Sumir

    Hi Michele:
    I can check out for you how to print page number in XSL-FO (There is an O'Reilly) book, but I think I help you better by recommending a different strategy - Don't write XSL-FO stylesheets. While Purchasing does not support RTF templates you can still write RTF templates and convert them to FO using the XML Publisher Template Builder for Word.
    Download the matching Template Builder for Word (5.0) or XML Publisher Desktop 5.5 (includes the Template Builder) patch and then Create your template as an RTF template.
    You can then EXPORT the template as XSL-FO stylesheet and upload as to Purchasing AS LONG AS THE VERSION OF THE DESKTOP and E-Businees Suite XML Publisher MATCH.
    If you still want to write XSL stylesheet, you can just use the Template Builder to generate you the code and paste the code (e.g. for page numbers) into your stylesheet.
    By the way - Purchasing will support RTF templates in future versions...
    Hope that helps,
    Klaus

  • Change date/time format in Screen Shot file name?

    I capture Screen Shots all day long.  But when I go to look for the one I just took, it's not always at the bottom of the list.  That's because Mac names them as e.g.
    Screen Shot 2014-04-29 at 1.19.04 PM.png (and the order gets screwed up).
    Can I change to make save as e.g.
    Screen Shot 2014-04-29 at 13.19.04.png (this way they'll always stay in order).
    Thanks for any help.

    You may have to change system time format globally. Is it worth ?
    http://support.apple.com/kb/PH14227
    Best.

Maybe you are looking for