Modifing Date format

hi,
I am trying to create a class that will take in a Date in a certain format and give it back in a different format (eg mm-dd-yyyy to dd-mm-yyyy) without using substring(). I am trying to get Month =mm
Date = DD and Year = YYYY and from there put them in the order required.
I was looking at the Calander and DateFormat classe's and have hit a brick wall.
Any help would be appreciated
regards
colin

you can use SimpleDateFormat to parse your date string into a Date object. Once you have a Date instance, you can easily retrieve month and day values:
Calendar date = Calendar.getInstance();
SimpleDateFormat d = new SimpleDateFormat("MM-dd-yyyy");
date.setTime(d.parse(string);
int month = date.get(Calendar.MONTH);
int day = date.get(Calendar.DATE);

Similar Messages

  • Customer Aging Report VT Label Exclusion and Modification of Date Format

    Hi Folks!
    I need your thoughts on how to remove the 'VT' label in all amounts of the Customer Receivables Aging Report.... Since it is a system variable, and already have the VT label when it is called, any remedy on how to remove this?
    In line with this also,
    We would like to modify the date format of the Aging Dates at the Header of the Table of the Report. The system returns the date format YYYY-MM-DD. We would like to change it to DD-MM-YYYY. I used the Concat and date functions provided in the Formula in PLD... but it returns mismatch error.
    I have searched through the forum and find no answers with this. I know that this will help also other users with the same concerns.
    Thanks a lot.
    Fringe

    Skype was causing the problem :@

  • Finder date format in List View

    I want to tell Finder NOT to display the day of the week or the spelling of the month in the date columns when it is in List View.
    I want this exactly, and nothing else:
    mm/dd/yyyy 12:30
    I want the month and day to always use two digits. It just think it looks better when a column of data is all formatted the same exact way. And, I don't need to know that 04/17/01 was a Thursday (or whatever it was)!
    I know you can resize the columns to get various amounts of info and formats, but that's too much effort, plus you get all these weird ",..." filler garbage. Let's just make it simple!!!

    I think the width of the column is the sole determinant of the date format shown in list views. I use an applescript to set the size, position and column width of Finder windows to my preferred specs; it sets the date column width so that a shorter (but not shortest) date format is used (because I'm picky about that, too ). You can easily tinker with the numbers so the sizing suits your own preferences.
    -- works on frontmost Finder window;
    -- settings appropriate for display res 1440x900
    <code>
    tell application "Finder"
    set bounds of window 1 to {230, 120, 1260, 820}
    set sidebar width of window 1 to 200
    set width of column name column of list view options of window 1 to 280
    set width of column modification date column of list view options of window 1 to 180
    set width of column size column of list view options of window 1 to 100
    set width of column kind column of list view options of window 1 to 180
    end tell
    </code>
    Instructions for saving scripts in case you or other readers need them: Copy and paste the above into a new Script Editor document (or highlight and use the Services -> Script Editor menu). Save as file format: Script at this path -- ~/Library/Scripts/Applications/Finder/ -- creating any folders that don't already exist. You can change the numbers in the script and use the Run button in the Script Editor toolbar to test until you get something you're happy with.
    HTH,
    Lisa

  • Date format in prompt OBI 10g

    HI Experts,
    I have requirement for date format mm/dd/yyyy need to change dd/mm/yyyy . I used the following the query but giving error:
    EVALUATE('TO_CHAR(%1,%2)' ,"SI - Creations & Modifications
    Dim"."Première Date de Valeur" , 'DD-MM-YYYY')
    nQSError: 10058] A general error has occurred. [nQSError: 22027] Union
    of non-compatible types. (HY000)
    SQL Issued: SELECT EVALUATE('TO_CHAR(%1,%2)' ,"SI - Creations &
    Modifications Dim"."Première Date de Valeur" , 'DD-MM-YYYY') FROM SI
    Regards
    Birudu Gopal

    Hi,
    Sorry for mistaking your questions.
    Try the below ways of changing the format in the prompt:
    -In the physical layer in the Properties try to change the DATE_FORMAT.
    -By editing the globalfilterprompt.js we can avoid the conversion of Date value to DateTime in prompt.
    For this we need to comment the below code in globalfilterprompt.js in both 1) C:\OracleBI\web\app\res\b_mozilla\prompts
    2)C:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla\prompts
    //convert datetime; sTimeZoneOffset is '0' if data type is not datetime or type is 'drop'
    /*var sTimeZoneOffset = tArgs[3];
    if (typeof(sTimeZoneOffset)!='undefined' && sTimeZoneOffset != null && sTimeZoneOffset !='')
    var nOffset = parseInt(sTimeZoneOffset,10)
    if (typeof(nOffset)=='number' && nOffset != null && !isNaN(nOffset))
    var tDTP = new DateTimeParser();
    for (var i = 0; i < tValues.length; ++i)
    tValues = saw.tz.parseAndAdjustTimeZoneOffset(tValues, nOffset);
    -EVALUATE('TO_CHAR(%1,%2)' ,"Dim- Date".Start Date,'DD-MM-YYYY')
    -In Physical layer of Repository, change the Data type of your Date_Column to DATE data type.
    -In Dashboard Prompt, you have option to for SQL,write the Logical SQL or Advanced SQL as below:
    select cast("COLUMN_NAME" as date) from "PresentationLayerName"
    Hope this helped.
    Regards
    MuRam

  • Date Format in Data Manager (DD/MM/AAAA)

    Hello Experts,
    I have a problem with the date format in the MDM DATA MANAGER (Version 5.5.42.95).
    I have a field of type LITERAL DATE.
    When I see the Date in the DATA MANAGER, I see it in the format:
    MM/DD/AAAA
    I want to see the Date in the format:
    DD/MM/AAAA
    When I select the field to modificate his value, I suddenly see the date in the format DD/MM/AAAA.
    [http://i30.tinypic.com/2a7u4nr.jpg]
    But, when I end the modifications, i see it again in MM/DD/AAAA
    [http://i30.tinypic.com/30csuoy.jpg]
    Does anybody know how to solve this ?
    Thanks in advance,
    Regards,
    Mariano.-

    >
    Nitin Jain wrote:
    > Hi Mariano,
    >
    > Dates can be maintained in 3 different Formats in MDM.
    >
    > MM/DD/YYYY
    > YYYYMMDD
    > DD.MM.YYYY
    >
    > These 3 formats you can choose from Import Manager Configuration Options.
    Hi Nitin,
    This options don't change the way you see the date in the Data Manager, this options are only for the Import Manager.
    Thank you anyway for answering so fast.
    >
    Jitesh Talreja wrote:
    > Hi,
    >
    > Unfortunately there is no option available to change the date format in MDM Data Manager may be we expect this in the next release.
    >
    > Regards,
    > Jitesh Talreja
    Okey, thank you. I think this is a basic feature that MDM is missing, I hope they solve this in the next versions.
    I'm going to leave the question unanswered for now.
    Regards

  • Prompt window Issues-resize and date format setting to 'mm/dd/yyyy' .

    Guys,
            I have two issues which needs to be solved for better reporting.
            I am using url reporting approach to view reports in ActiveX viewer.
            1) I have to set date format to 'mm/dd/yyyy' in parameter prompt window by default It is in yyyy-mm-dd format.
             2) I have to make prompt window with full size screen in order to accommodate more than one date parameter and make it looks better.
         Can any one tell me how to change and fix date format and resize Prompt window?
          Should I open a ticket with business object in order to solve or customize the Crystal Report Server XI R2 configurations for us?
        Please suggest me some probable options for it.
    Sincerely,
    Sanjay Patel
    Edited by: Adlyd Joseph on Feb 3, 2009 7:22 AM

    Hello Adlyd,
    SAP Business Objects does not support customizing Infoview, CR Server, or BusinessObjects Enterprise.  I'll post the content of SAP Business Objects Note 1218598 below that speaks to this.  Even if they could help customize CR Server/Enterprise/Infoview there's no way to change the parameter prompting page.  It's a page that is generated at runtime, and it isn't exposed to any of the BusinessObjects SDK.
    If you want to see if SAP Business Objects can help you with the date format that might be possible.  In North America you can call 1-800-877-2340, and select option 4, and then option 1.
    You can also purchase technical support from the [Online Store|http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300].
    Sincerely,
    Dan Kelleher
    NOTE: This Note was written for BOE XI and XI R2, but it applies to BOE XI 3.0 and 3.1 as well as all versions of CR Server since version XI (v11.0).
    ++++++++++++++++++
    1218598 - Support policy on customizing BusinessObjects InfoView and other applications
    Symptom
    In previous versions of Business Objects products, Business Objects Customer Support had assisted customers with the customization of the ePortfolio and InfoView applications by providing guidance on what changes were required for simple and specific custom features.
    What is the support policy for customizing BusinessObjects XI, XI Release 2, XI 3.0, XI 3.1 InfoView and the other included applications?
    Resolution
    Starting with BusinessObjects XI, code-level customization of InfoView and the other applications included with BusinessObjects XI is not supported and not recommended. These applications include Crystal Reports Explorer and the Central Management Console.
    InfoView is a fully-featured product and can be customized by changing settings in the Central Management Console or by changing values in the application configuration files only.
    Requests for custom features in InfoView or any other included applications will be treated either as enhancement requests, or in extreme cases, as product defects. Any feature that does not function as documented will be treated as a product defect.
    Custom features may also be implemented as part of an Original Equipment Manufacturer (OEM) agreement, or by engaging Business Objects Consulting Services.
    Background Information
    Modification of any of the following file types in BusinessObjects InfoView XI, XI Release 2, XI 3.0, XI 3.1 is not supported:
    .aspx
    .cs
    .vb
    .ascx
    .asax
    .jsp
    .java
    .js
    .htm
    .html
    .csp
    See Also
    For more information, please refer to the technical paper, [Customizing Look and Feel using the CMC and Style Sheets|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/209e174d-be3e-2b10-4d8e-e25a76a6fac1].

  • Lightroom export - original file with Lightroom modification data

    Hello, hello!
    I have imported a folder of, for arguments sake, some JPEGs, TIFFS, and DND photos into Lightroom, leaving the files in place, and just linking them to the Lightroom Catalogue's Library. I have then made a whole load of 'modifications' to the photos in Lightroom (the data for these modifications is stored in the Lightroom Catalogue file, right?).
    Can I now export some of the photos from Lightroom so that the file that comes out is in the same/different file format (e.g. JPEG/TIFF/DNG) and have the Lightroom modification data embedded (perhaps in the EXIF data) of the exported file? Can I then open this with a 'normal' program and have it show the original? Can I then open this with Lightroom/Photoshop (?) and it show the original with the modification data applied?
    Thanks a lot! :-))

    Can I now export some of the photos from Lightroom so that the file that comes out is in the same/different file format (e.g. JPEG/TIFF/DNG) and have the Lightroom modification data embedded (perhaps in the EXIF data) of the exported file?
    Yes, but you should not export. Just hit Ctrl/Cmd+S to Save Metadata. the metadata will be embedded into the files. Note that the actual image will not be altered. That is, if you view the jpeg in an external viewer you will not see the adjustments made in Lightroom. Only Adobe products can interpred those.
    Can I then open this with a 'normal' program and have it show the original?
    Yes.
    Can I then open this with Lightroom/Photoshop (?) and it show the original with the modification data applied?
    Yes. When you open in Photoshop and it's a non-RAW file (e.g. JPEG or TIFF), there's an option somewhere in Camera RAW to be used for opening non-RAWs. The point is, those have to pass through Camera RAW, rather than opened directly in Photoshop, for metadata to be interpreted properly.

  • Default data format (localization)

    It's actually one for the Report Builder forum but I couldn't find that so sorry.
    I wondered if anyone knew of a way to have the default localization set to en-GB (UK dates, rather than US dates). The scenario is this;
    I open report builder 3.
    Set up a datasource and data set in the query designer, if I return a date column it is in the UK dateformat (if I click execute to preview the data).
    However when I drag columns on to a table and then run the report the dates are in a US format.
    To correct this I have to then edit my localisation for the column or I can do it for the whole report to be en-gb and this works.
    However is there a way to have it default to en-gb so I don't need to do this modification with each report. Firstly I thought it was using my PC localisation settings but these are UK, then I wondered if there was something I could set in the Report Builder
    manifest or alike?
    Thanks,
    Nic

    Hi,
    Just as an update to this I believe we may have resolved it by doing the following;
    1. Logging on to the Report Server as the service account used by SQL/SSRS.
    2. Opening IE and then selecting Internet Options>Languages.
    3. The 'Language Preferences' show a box saying 'Set Language Preferences', clicking this loads the language window in control panel.
    4. I then clicked 'options' and downloaded the language pack (it automatically detected the machine is in the UK region and so downloaded the en-GB pack).
    5. The machine should then be restarted and I logged in again as the service account and repeated sets 1,2 and 3 and then double clicked on 'English (United Kingdon), this took me to another window which said it was enabled.
    6. The date formats in the report are now being returned correctly. I need to check this on our UAT server but initially it all looks good.
    So it was a missing language pack that has resolved this issue.
    Regards,
    Nic

  • Modification dates change when moving/copying between hard-drive and flash

    I use a flash drive to store most of my work-related documents on. That way, I have them when I'm at school (on a Windows XP computer) and at home on my Mac OS 10.3.9. I
    try to occasionally back-up my flash drive by dragging it's contents to my Mac. Copying in this direction USUALLY retains the appropriate modification date.
    However, if I move things from the Mac to the USB drive (I occasionally make changes to a file on the Mac when my flashdrive isn't handy), the modification date changes to the copy/move date. Is there a way around this? It alters the information about the file and sometimes makes a version look newer than another version of a document. When in reality, it’s older--it’s just been moved/copied and the date changed.
    I often move things back and forth for backup purposes, but if it keeps changing the dates on it’s own, it’s impossible to tell which is REALLY the
    most current copy/version.
    Is there a fix so that copying and moving files between volumes does NOT change the modification date of the file?
    Powerbook G4--12 in.--1.33 GHz   Mac OS X (10.3.9)  

    Hi, teacher. When my Lexar JumpDrive Secure is formatted as a MS-DOS volume so a PC can read it, the last-mod dates of files that I copy to it are changed to the date and time of copying. When it's formatted as a Mac OS Extended volume, the original last-mod dates are copied to it unchanged. Looks like you can thank Bill Gates for the inconvenience: apparently it's a DOS file system "feature". Don't you wish you could use Windoze all the time?
    On second thought, the files really are changed when you write them to a DOS volume, because the DOS file system has no place to store the metadata about your files that a Mac pays attention to and a Windoze box doesn't. So when you write Mac files to a DOS volume, that metadata — which is part of each Mac file — is simply discarded, causing the last-mod date to change.
    Message was edited by: eww

  • Inquiry: preserve and carry-over Creation & Modification Dates when encoding via AME

    Greetings. I need to encode a series of AIC offline files and it is critical that the Creation Date and Modification Date matches the original source file.
    Currently, my encoded AME files display Creation and Modification Dates and Times that represent the processing date and time.
    In other words, the files indicate "Today" rather than the day and time of the shoot (two days ago).
    I've FAQ'd and Help Manual'd this inquiry thoroughly to no resolve.
    Any ideas where I should look to help me maintain and preserve the original source file Date & Time?
    Many thanks, Mike
    +
    My AME (preset browser) preset Export Settings are as such:
    Format: Quicktime
    Video Codec: Apple Intermediate Codec
    Metadata > Export Options: Embed in Output File,
    Source Metadata  Preservation Rules: Preserve All
    Output File Metadata: All Metadata
    In my AME preferences:
    Metadata > Metadata Export Export Options: Embed in Output File
    Source Metadata preservation Rules: Preserve All
    Output File Metadata Export Template: All Metadata
    The original .MTS AVCHD source file was created using a NEX-FS100
    I am using AME Creative Cloud 2014 with a MacPro 10.7.5
    +

    Greetings. I need to encode a series of AIC offline files and it is critical that the Creation Date and Modification Date matches the original source file.
    Currently, my encoded AME files display Creation and Modification Dates and Times that represent the processing date and time.
    In other words, the files indicate "Today" rather than the day and time of the shoot (two days ago).
    I've FAQ'd and Help Manual'd this inquiry thoroughly to no resolve.
    Any ideas where I should look to help me maintain and preserve the original source file Date & Time?
    Many thanks, Mike
    +
    My AME (preset browser) preset Export Settings are as such:
    Format: Quicktime
    Video Codec: Apple Intermediate Codec
    Metadata > Export Options: Embed in Output File,
    Source Metadata  Preservation Rules: Preserve All
    Output File Metadata: All Metadata
    In my AME preferences:
    Metadata > Metadata Export Export Options: Embed in Output File
    Source Metadata preservation Rules: Preserve All
    Output File Metadata Export Template: All Metadata
    The original .MTS AVCHD source file was created using a NEX-FS100
    I am using AME Creative Cloud 2014 with a MacPro 10.7.5
    +

  • Problem with Date formatting

    Hi Tim,
    I am facing some issues with formatting the date using XMLP. The following is the sample XML data file i am using:
    <LIST_G_HEADER>
    <G_HEADER>
    <QUOTE_HEADER_ID>1455</QUOTE_HEADER_ID>
    <QUOTE_NUMBER>2027</QUOTE_NUMBER>
    <QUOTE_VERSION>1</QUOTE_VERSION>
    <QUOTE_NAME>Test GM Report - Rabindra</QUOTE_NAME>
    <SOURCE_NAME>Fletcher, MR. Paul</SOURCE_NAME>
    <QUOTE_DATE>27-OCT-2005</QUOTE_DATE>
    <CURRENCY_CODE>GBP</CURRENCY_CODE>
    </G_HEADER>
    </LIST_G_HEADER>
    The formatting i use for my date field i.e <QUOTE_DATE>, ends up either with NO formatting or giving me an error "[010906_114656657][][ERROR] Invalid XSD string: 27-OCT-2005 (XMLP Template Viewer)". The default formatting available with the form field dialog box (MS-Word) feature also doesn't work.
    I have the following formatting for this field in the form field:
    <?format-date:QUOTE_DATE; 'MEDIUM' ?>
    When i read the user guide, it reads that the date should be in the canonical format i.e: YYY-MM-DDThh:mm:ss+HH:MM
    However i am not getting the date from the base table's in this format. Is the error happening due to incorrect format or is there some other reason behind this? Please let me know, how can i overcome this issue.
    Thx,
    Nitin

    As i mentioned in another thread
    substring function and date format
    Please use this standards
    <?xdofx:expression?>
    for extended SQL functions or
    <?xdoxslt:expression?>
    for extended XSL functions.
    Use like
    <?xdofx:rpad(LAST_NAME),30, ’x’)?>
    <?xdofx:Instr(’abcabcabc’,’a’,2))?>
    <?xdofx:upper(char)?>
    <?xdofx:lower (char)?>
    <?xdofx:greatest ( expr [, expr]... )?>
    ETC.....

  • How can we give the Data Format (File Type ) in Runtime

    Hi all,
    How can we give the Data Format (File Type ) in Runtime for the following method,
    cl_gui_frontend_services=>gui_download.
    Thanks in advance
    Sri

    There is a filetype parameter which you can set
    CALL METHOD cl_gui_frontend_services=>gui_download
      EXPORTING
    *    BIN_FILESIZE              =
        filename                  =
    *    FILETYPE                  = 'ASC'
    *    APPEND                    = SPACE
    *    WRITE_FIELD_SEPARATOR     = SPACE
    *    HEADER                    = '00'
    *    TRUNC_TRAILING_BLANKS     = SPACE
    *    WRITE_LF                  = 'X'
    *    COL_SELECT                = SPACE
    *    COL_SELECT_MASK           = SPACE
    *    DAT_MODE                  = SPACE
    *    CONFIRM_OVERWRITE         = SPACE
    *    NO_AUTH_CHECK             = SPACE
    *    CODEPAGE                  = SPACE
    *    IGNORE_CERR               = ABAP_TRUE
    *    REPLACEMENT               = '#'
    *    WRITE_BOM                 = SPACE
    *    TRUNC_TRAILING_BLANKS_EOL = 'X'
    *  IMPORTING
    *    FILELENGTH                =
      changing
        data_tab                  =
    *  EXCEPTIONS
    *    FILE_WRITE_ERROR          = 1
    *    NO_BATCH                  = 2
    *    GUI_REFUSE_FILETRANSFER   = 3
    *    INVALID_TYPE              = 4
    *    NO_AUTHORITY              = 5
    *    UNKNOWN_ERROR             = 6
    *    HEADER_NOT_ALLOWED        = 7
    *    SEPARATOR_NOT_ALLOWED     = 8
    *    FILESIZE_NOT_ALLOWED      = 9
    *    HEADER_TOO_LONG           = 10
    *    DP_ERROR_CREATE           = 11
    *    DP_ERROR_SEND             = 12
    *    DP_ERROR_WRITE            = 13
    *    UNKNOWN_DP_ERROR          = 14
    *    ACCESS_DENIED             = 15
    *    DP_OUT_OF_MEMORY          = 16
    *    DISK_FULL                 = 17
    *    DP_TIMEOUT                = 18
    *    FILE_NOT_FOUND            = 19
    *    DATAPROVIDER_EXCEPTION    = 20
    *    CONTROL_FLUSH_ERROR       = 21
    *    NOT_SUPPORTED_BY_GUI      = 22
    *    ERROR_NO_GUI              = 23
    *    others                    = 24

  • File window not updating modif. dates – and mysterious parallel universe discovered

    The day started innocently enough when I tried to edit some <meta> content on a site I'm building and then saved my work. Little did I know...
    DW's "File" window refused to update the "Modified" column of the files I worked on.  Open and closing the files shows that my changes have been recognized and incorporated into the HTML, and the files show up with correct modification dates in Finder (I'm on a Mac). They just won't change date in DW.
    When I upload the modified-but-not-redated-in-DreamWeaver files to my remote site, they appear with the incorrect dates on the server, but a text comparison in DW shows that my local and remote files are synched.
    Now for the truly weird part: when I run the site in Safari (after flushing its cache), a Source check shows the old code is still operational.  (I also changed the titles of the pages in question to quickly confirm which version was being displayed. This check shows the old title displayed.)
    Here's the site address:  http://www.bearriverbooks.com/index.html
    Now for the truly, truly wierd part.  I have a parallel site ( http://www.queen-of-the-northern-mines.com/index.html ) which contains copies of the bearriverbooks.com files. These files, too, show the wrong modification dates in DW's "Files" window and on the remote server – but they display correctly. Anyone who wants to check can compare page titles, which are longer in the later pages with correct code.
    I checked the remote site addresses in the "Manage Sites..." center.  I have not crossed my wires there (though I can smell a few arcing badly in my brain.).
    The players:  2.8 GHz Intel Core i5 27" iMac running Mac OSX 10.6.7  /  Dreamweaver CS5 v.11.0 Build 4964
    Thanks in advance,
    Richard Hurley
    Grass Valley MultiMedia

    I am having the same issue on a Mac 3.4Ghz i7 running Mac OS 10.7.  I have Dreamweaver CS 5.5 v.11.5 Build 5344.
    I have a linux webserver, running ProFTPD v.1.3.1
    Both my mac and my linux server are set to the correct date and time.
    And ls on the linux servers tells me the files have the correct modified date and time, but this is getting lost in translation to dreamweaver when I view the remove server in the File tab.
    Any help appreciated.

  • Need to convert into date format

    Hi all,
    I need to convert '2008-11-26T11:07:38-06:00' [YYYY]-[MM]-[DD]T[HH]:[MM]:[SS][TIMEZONE]
    in format 'YYYY-MM-DD HH:MM:SS'.
    Thanks in advance.

    >
    Thank you for your reply
    But it is giving me output as '26-NOV-08'
    And I want in format '2008-11-26 07:38' i.e 'YYYY-MM-DD HH:MM'.
    >
    Then you are not looking for a date, You are looking for a string.
    The date format that gets displayed is dependent on nls_date_format parameter.
    If you want a string in the format you asked, then,
    SELECT TO_CHAR ( TO_DATE ( '2008-11-26T11:07:38-06:00', 'YYYY-MM-DD"T"HH24:MI:SS"-06:00"'), 'YYYY-MM-DD HH24:MM:SS')
      FROM DUAL;Or if you just want the date to be displayed like that then
    Do,
    SQL> alter session set nls_date_Format="YYYY-MM-DD HH24:MI:SS";
    Session altered.
    SQL> SELECT TO_DATE ( '2008-11-26T11:07:38-06:00', 'YYYY-MM-DD"T"HH24:MI:SS"-06:00"') dt
      2    FROM DUAL;
    DT
    2008-11-26 11:07:38
    SQL> G.

  • Changing date format at reporting level

    Hello,
    Will u plz tell me how can i change the date format at reporting level?
    I want to display date in dd/mm/yyyy, but by default its showing mm/dd/yyyy.
    Delta is already loaded in the system, so i don't want to disturb regular data loading.
    Is there any way so that i can change the format of date.
    Plz help me out.
    Thanks,
    Regards,
    Steve

    Hi steve
    There r so many postings on the same topic
    go through these previous threads
    date format
    Date format
    u can find solution
    regards
    Ravi Kiran

Maybe you are looking for