Date shows as correct day-January(for any month)-correct year;

For example: 2011-09-05 shows as 5 January 2011.
This is transferred onto all date stamps on documents in mail, i-photo etc
In mail inbox I can correct the issue by narrowing the time, date column, wwhich then shows correct numerical date values, but 'January' is still incorrectly printed on reply emails etc.
This is a serious problem as we have to keep logs of correspondence etc.
Has anyone experienced a similar problem?

System Preferences>Language & Text>Formats.
Set it up the way you want it.

Similar Messages

  • Fixed 30 Days calculation for any month..Not working fine when Split Occurs

    Hello Everybody,
    I am stuck with an issue..which is creating problem when there is a split..in Normal Conditions it's working fine...Kindly help me out on the same.
    We have to calculate the Salary on 30 Days fixed basis and not on calender days...
    <b>eg  For January Salary will be calculated based on 30 days and not on 31 days and for Feb also on 30 days not on 28/29 days.....</b>      Every thing is working fine for normal payroll i.e without any splits..
        <b>But if there are any splits  in the month then calculation for 2nd split goes wrong ....</b>
        Eg.  person is hired on 02feb 2007 and he got re-org on 17 feb 2007 with basic as rs.10000
      As per Clients requrement it should be calculated as  :
    for period 2nd Feb 2007 - 16th Feb 2007 : 10000 * 15/30  : Working Fine in SAP
    for period 17th Feb 2007 - 28th Feb 2007 : 10000* 14/30 :  Not Working  Properly  <b>In SAP calculation is done  as 10000*12/30</b>
    <b>We want it to calculate as 10000* 14/30</b>
    Kindly let me know wat can be done :
    1 How can i write PCR..if that needs to be change
    2. If user exit then how shall i go about the same
    if some body has any 3rd option let me know...
    Regards,
    Ketal Parikh

    Hi ,
    Solved the issue by writing rule.
    Regards,
    Ketal
    Edited by: Sikindar on Jul 3, 2010 10:28 PM

  • Sales report for current month and year a go month

    i could you please guide me builting report for current monthwise for current month and year a ago month
    report parameter month_year='06-2010'
    tables = sales and below are the table fields
    customer_id
    invoice_dt
    invoice_am
    thanks
    nhm

    Okay, Still you did not mention how you will pass value in report while generating.
    Anyway the query with UNION ALL will work. For Example.
    I am assuming that the parameter for date/month you will pass in range like 01-JUN-2010 to 30-JUN-2010
    SELECT customer_id, SUM(curr_value) curr_value, SUM(past_value) past_value
    FROM
    SELECT customer_id, NVL(SUM(invoice_amount),0) curr_value, 0 past_value
    FROM sales
    WHERE invoice_dt BETWEEN :P_FROM_DATE AND :P_TO_DATE  -- here P_FROM_DATE and P_TO_DATE will be the date range for current year as i showed above.
    AND  -- Any Condition goes here...
    GROUP BY customer_id
    UNION ALL
    SELECT customer_id, 0, NVL(SUM(invoice_amount),0)
    FROM sales
    WHERE invoice_dt BETWEEN ADD_MONTHS(:P_FROM_DATE,-12) AND ADD_MONTHS(:P_TO_DATE,-12) -- This add_months function for the previous year same month.
    AND -- Any condition goes here...
    GROUP BY customer_id
    GROUP BY customer_idNow using the above query you can design the tabular report as you showed the format.
    -Ammad
    Edited by: Ammad Ahmed on Jul 3, 2010 7:55 PM
    added GROUP BY

  • Returning  'Day' value based on month and year parameters

    Hi,
    Is there a code that would return an end of the month  Day value based on month and year parameters?
    For example if my parameters yield 9 or September for a month value and 08 or 2008 for the year value, can a formula generate a value of 30 (the last day of the given month in the specific year)?
    This way the formula would pick up the different last day of the month in February for the leap years.
    Thank you.
    Vic

    1. Open the formula workshop.
    2. From the Repository Custom Functions, under Crystal and then Date, RIGHT click on cdlastdayofmonth, click on ADD TO REPORT.
    3. Create a new formula, in the formula workshop, under FUNCTIONS, go down the list till you see "CUSTOM FUNCTIONS", expand that till you see cdlastdayofmonth.
    4. In your formula, type cdlastdayofmonth(currentdate)
    5. Save and close and display the formula in your report, you should see 11/30/2008.
    If you want just the day then modify the formula to:
    totext(day(cdlastdayofmonth(currentdate)),0,'','');
    since you have parameters for month and year, do this:
    totext(day(cdlastdayofmonth(date({?year},{?month},01))),0,'','');
    to give you the last day of the month.

  • Update Flag Field for Same Day in a Given Month Every Year in a Flag Table.

    Hi,
    I am trying to formulate an update query for a flag table in our database which contains dates, and flag columns. Currently the system have dates for the next ten years. The flags are updated with values 0 or 1 if a particular date falls under the required criteria.
    I need to update flag column for the same day of the month in every year. e.g. 2nd Sunday of October. The value should be updated to all years in the table. Currently I am using the following query to update the current year.
    UPDATE FILTERCALENDAR SET YEAR_WINDOW=1 WHERE c_date = NEXT_DAY( TO_DATE('OCT-2013','MON-YYYY'), 'SUNDAY') + (2-1)*7;
    and for next year Like
    UPDATE FILTERCALENDAR SET YEAR_WINDOW=1 WHERE c_date = add_months(NEXT_DAY( TO_DATE('OCT-2013','MON-YYYY'), 'SUNDAY') + (2-1)*7,+12)-1;
    This is not an excellent way to do it as it does not take care of leap years and it does not scan and update values in the whole table for all years correctly.
    Can any one help me to resolve this please.
    Hamidch

    Resolved by doing the following:
    Just query the years from your table (list of distinct years) and use the above query on them.
    SELECT DISTINCT TO_CHAR(c_date, 'yyyy') FROM FILTERCALENDAR
    Or use this predicate
    WHERE c_date = next_day(last_day(add_months (c_date, -1)), 'SUNDAY') + 7
    AND TO_CHAR(c_date, 'mm') = '10'

  • Max monthly data MB usage on my account for peak month in the past 2 years?

    I want to find out the max MB of data I have used in any month of my last 2 year contract, so that I can guage what I need for a new contract. I can't find this info on my Orange bill. Can you assist please? Thanks.

    Hi 
    Welcome to the Community!
    If you speak to customer services they would be able to give you an average but that would be taken from the last 3 months.
    The only way to see what you've used would be to go through the bills.
    We do have Data Calculator you can use to estimate how much data you would need.
    Hope this helps!
    Thanks. 

  • KC705 eval board - Just purchased, but Vivado license shows as 30 day eval only, should be 1 year license

    Hi Xilinx Users,
    We just purchased a few KC705 Kintex-7 FPGA eval boards about one month ago and installed the licenses, but now see that all licenses are for 1 year, except the Vivado license which is for a 30-day trial.
    *The Xilinx web-page that describes this kit states that a 1 year Vivado license is included*
    -Has anyone run into this and knows how to resolve it?
    Thanks in advance for any help!
    Felix
     

    Hello ,
    From the attached xinfo file, it seems that you are having valid license to use the Software for 1 year. The license is permanent with version limit of 2016.07 (July, 2016). To know more about version limit, please check 
    http://www.xilinx.com/support/answers/33770.html
    The feature which is going to expire on 14-Aug-2015 is Vivado HLS and this won't stop you from using other features of Vivado. You can continue with your design.

  • To get first date and end date after entering any month and year

    Hi,
    I need to to get first date and end date of a month and year in yyyyMMdd format. I am reading month and year from a properties file. But I don't know how to get the first date and End date in given format. The properties file gives me just text. But I don't know how to get the date format using this. I need this urgently. Can anyone help me to get code for this?
    I am reading the fields as,
    Properties props = new Properties();
    props.load(new FileInputStream("AnyMonthVolume.properties"));
    String date_month = props.getProperty("date_month");
    String date_year = props.getProperty("date_year");
    Thanks.

    I know this has been posted a while ago but incase someone looking for it, here is the code to get the end of current month date.
    Calendar cal = Calendar.getInstance();
         cal.setTime(new java.util.Date());
         cal.set(Calendar.DATE, 1); //set the date to start of month
         cal.add(Calendar.MONTH,1);
         cal.add(Calendar.DATE,-1);
    System.out.println(cal.getTime());

  • Table for Material Quantity and Value for particular month and year

    Hi All
    My requirement is that for a particular month and year I want to know the stock quantity and stock value for a particular material for a given plant.From which SAP table can I get this data as I want to fetch data for my Y report?
    Regards
    Satish Kumar

    Hi,
    You can use MB5B table as suggested earlier.also you can use:
    MBEW-VMKUM --> stock for previous month period
    MBEW-VJKUM --> stock for previous year period
    PLease view these links which migh tbe helpful to you:
    http://help.sap.com/saphelp_47x200/helpdata/en/39/55fee3bc6111d4b3960050dadf0791/content.htm
    TableStock
    Thanks
    Nisha

  • Function module for getting month and year of the previous month (say -6)

    Hi,
    Is there a function module that will get you the month and year of say, a month before, and as far as 11 months ago.
    For example, say today is 6/2007. I want 7 months ago.
    How do i get this value?
    What function module or method is available?
    Points will be rewarded and responses will be appreciated.
    Thank You,
    John

    Hi
    lv_period gives the month and year which is two months earlier now as we have specified lv_months as -2.
        DATA: LV_PERIOD LIKE S001-SPMON,
              LV_MONTHS(2) TYPE C VALUE '2-',
              LV_DATUM LIKE SY-DATUM,
              LV_NEWDT LIKE SY-DATUM,
            P_SPMON LIKE S001-SPMON VALUE '200601'.
        CONCATENATE P_SPMON '01' INTO LV_DATUM.
        LV_PERIOD = P_SPMON+0(6).
        CALL FUNCTION 'MONTH_PLUS_DETERMINE'
             EXPORTING
                  MONTHS  = LV_MONTHS
                  OLDDATE = LV_DATUM
            IMPORTING
                 NEWDATE = LV_NEWDT
             EXCEPTIONS
                  OTHERS  = 1.
         IF SY-SUBRC = 0.
           LV_PERIOD = LV_NEWDT+0(6).
         ENDIF.
    WRITE :/ LV_PERIOD.
    OR
    Use the following FM for getting the year and the month based on date
    CACS_DATE_GET_YEAR_MONTH
    or
    Call Function 'CCM_GO_BACK_MONTHS '.
    Funny module: 03/31/2002 - 1 month = 02/31/2002
    OR
    RE_ADD_MONTH_TO_DATE ( Add / substract month to/from date )
    Need ur reward points.
    Best regards,
    Ravi

  • How to design for YTD, Monthly & Last year Key figures

    Hi Gurus:
    Can you pls tell me how to design a data model, where a user wants to get YTD, Monthly & Last year Key figures say Sales volume...
    Is aggregates the answer?
    Pls let me know...Thanks a lot

    Hi Vijay,
    I am a beginner in BI field.
    I have a problem till now i couldnt get the right answer.
    That the reason why i write you today.
    My Problem is with a Query.
    I'm designed a dynamic query which should look like this:
    12.2005-- Jan06 --- Feb06 --- Mar06 --- Apr06 ... Dec06 --- YTD
    My Problem, if you give per e.g Dezember, all Months have to appear. Or you give may, your going to receive till may.The result i receive till now its only the month i gave.How can i get the correct answer? How i am going to calculate the YTD?
    You can directly answer hier:[email protected]
    Thanks

  • Dates showing up as day of the year vs. day and month

    hi; on my work imac, for some reason dates are labeled as the number of the year (as in 64 March) vs. the day and month. it happens in Mail and assigning dates to files that were created.
    anyone know how to fix this?
    thx, charlie

    Open the International pane of System Preferences, click on Formats, choose Customize to the right of Dates, and correct the formats.
    (34004)

  • Cloud version of photoshop showing only 22 days left for trial????

    I have been using cloud for about 8 or 9 months now and am current with them.  All of a sudden i now am finding that a trival version window opens each time i run photoshop????
    Another issue is that it never before said that i had a problem with the amount of ram i have and now says that it is disabling the 3D moduel.????
    Any helpwould be great as it is saying i only have 22 days to trial it???  what's up with that?

    Hi 755scrabblematt,
    Can you try this, launch the Adobe Application Manager from either the Start Menu or the Applications folder and install all updates. Then launch Photoshop CS6 and click the "License This Software" button and sign in with your Adobe Id. See if that resolves the issue.
    For the 3D thing, this document might help or provide additional info.
    http://helpx.adobe.com/photoshop/kb/512-vram-required-131.html
    -Dave

  • Why cant i get next day delivery for any order i make?

    Hello,
    i am trying to order things but it takes up to a month, im sick of waiting and i want answers!

    We are iphone users.
    You are not addressing Apple here at all.
    Call the Apple store and ask them.

  • Assign Month within a date range (by most days in a given month)

    I have a begin and end date, sample data as such
    select to_date('01-13-12','mm-dd-yy') from_dt,
    to_date('02-23-12','mm-dd-yy') to_dt
    from dual
    union all
    select to_date('03-15-2012','mm-dd-yy') from_dt,
    to_date('04-16-2012','mm-dd-yy') to_dt
    from dual
    union all
    select to_date('05-13-2012','mm-dd-yy') from_dt,
    to_date('07-23-2012','mm-dd-yy') to_dt
    from dual
    How do I assign a month by the most days in a month within that date range? Sometimes the date range might have the exact same amount of days in a month (like 3/15/2012 has 16 days and 4/16/2012 has 16 days). In this case, I want the earlier month (march).
    So from the sample data:
    01/13/2012, 02/23/2012, February
    03/15/2012, 04/16/2012, March
    05/13/2012, 07/23/2012, June
    Thanks
    Edited by: user4422426 on Mar 1, 2012 5:15 PM

    Hi,
    Here's one way:
    WITH     cntr          AS
         SELECT     LEVEL - 1     AS n
         FROM     (
                   SELECT      1 + MAX (to_dt - from_dt)     AS max_day_cnt
                   FROM     table_x
         CONNECT BY     LEVEL     <= max_day_cnt
    ,     got_r_num     AS
         SELECT     x.from_dt, x.to_dt
         ,     TRUNC (x.from_dt + c.n, 'MONTH')     AS month
         ,     count (*)                    AS cnt
         ,     ROW_NUMBER () OVER ( PARTITION BY  from_dt, to_dt
                             ORDER BY        COUNT (*)     DESC
                             ,             TRUNC (x.from_dt + c.n, 'MONTH')
                           )     AS r_num
         FROM       cntr     c
         JOIN       table_x  x  ON  c.n  <= x.to_dt - x.from_dt
         GROUP BY  x.from_dt, x.to_dt
         ,       TRUNC (x.from_dt + c.n, 'MONTH')
    SELECT     from_dt, to_dt
    ,     TO_CHAR (month, 'Mon YYYY')     AS mon
    ,     cnt
    FROM     got_r_num
    WHERE     r_num     = 1
    ;Thanks for posting code to create the same data. Please test your code before you post it: you got the order of arguments to TO_DATE reversed.

Maybe you are looking for