CALENDAR WITH DATES NOT PLACED CORRECTLY

THE CALENDAR IS NOT SHOWING THE DATES CORRECTLY.  MOUNTAIN LION

It could be done as a database trigger but surely APEX should be capable of saving the correct date format of an item.
Since my original post I have managed to get the dates stored with the correct year in the hidden fileds by doing the following in my process:
:P1_LAST_UPDATED := to_date(sysdate,'DD-MON-RRRR HH24:MI');
however for some reason the date is being stored with the correct year now as 2009 , but the time element is not being stored any ideas?

Similar Messages

  • Issues with dates not storing correctly on a data entry screen

    We are using Application Express 3.0.1.00.08
    I have a table which I have written a data entry screen for, the user enters most of the fields on theentry screen, howevere there are some fields that I would like to populate when a biutton is pressed e.g last_updated_date and creation_date.
    I have a on submit after computations and validation process with the following code to set the last updated date:
    begin
    :P1_LAST_UPDATED := to_date(sysdate,'DD-MON-RRRR HH24:MI');
    end;
    I am setting the creation date at the same time as getting the primary key as follows:
    declare
    function get_pk return varchar2
    is
    begin
    for c1 in (select XX_SVS_SEQ.nextval next_val
    from dual)
    loop
    return c1.next_val;
    end loop;
    end;
    begin
    :P1_ID := get_pk;
    :P1_CREATION_DATE := sysdate;
    :P1_CREATED_BY := :F380_OSS_USER_ID;
    end;
    However the dates are being written to the database incorrectly they are being written with a year 0009 instead of 2009.
    Does anyone know how I can get hidden dates in a data entry form to write correctly to the database.
    Regards
    Kay

    It could be done as a database trigger but surely APEX should be capable of saving the correct date format of an item.
    Since my original post I have managed to get the dates stored with the correct year in the hidden fileds by doing the following in my process:
    :P1_LAST_UPDATED := to_date(sysdate,'DD-MON-RRRR HH24:MI');
    however for some reason the date is being stored with the correct year now as 2009 , but the time element is not being stored any ideas?

  • Calendar Tile on Windows 8.1 displaying incorrect date for icloud calendar but date icon displays correct date on iPhone 5 and iPad Air

    Calendar Tile on Windows 8.1 displaying incorrect date for icloud calendar but date icon displays correct date on iPhone 5 and iPad Air.  Date on Windows 8.1 is correct.  Thank you.

    Try doing  a reset on your phone. Sounds like your carrier's time set is not getting through to your device. If the reset doesn't do it, then go to Settings>General>Reset>Reset Network Settings. That should do it.

  • Updated iphone 5 to iOS 6.1.3, now trouble with keyboard not responding correctly and screen zooming in by itself...

    updated iphone 5 to iOS 6.1.3, now I am having trouble with keyboard not responding correctly and screen zooming in by itself...
    Buttons pressing themself...
    Also, my main screen is permanently zoomed in...
    suggestions?

    Double tap the screen with THREE fingers, that should get it back to normal again.
    Then go into Settings > General > Accessibility > Zoom > OFF.
    Not too sure about the keyboard and random button presses though.  Back it up and restore from iTunes, see if that fixes it.

  • PC Suite will not sync Calendar with Lotus Notes 8...

    I am running PC Suite 7.1.18.0 on Windows XP SP2 and attempting to sync between Lotus Notes V8.5 and my E51, which reports: 300.34.56, 11-12-2008, RM-244 Nokia E51 (06). 
    The syncing worked more or less entirely satisfactorily in the past.  However at some point it began to fail and now I am completely unable to sync my calendar with the phone. (Contacts sync still works but only when Calendar sync is disabled.)
    The Sync application shows it's reading some records (20-25 right now) but then stops and logs two messages:
    PC Sync Information. PC Sync has encountered a problem and has terminated the synchronisation.
    The Synchronisation has been Aborted! The synchronisation has been aborted.
    It makes no difference whether I use USB or Bluetooth. I think I've tried just about everything that I've seen suggested in various postings on this topic. For example, I have completely uninstalled and reinstalled PC Suite, I've cleared out the stored data, I've created new sync profiles, I've tried different sync horizons, I've updated the phone firmware, I've even tried different Notes mail databases -- nothing seems to re-enable the syncing.
    I'm guessing that there is some entry in my calendar that is causing the sync program to barf. If I could discover what it is that's causing the problem, I could probably fix it.
    Is there any way to get some more verbose logging or to find any additional detail to help diagnose what is causing this problem? 
    Solved!
    Go to Solution.

    Hi Ricardo,
    I couldn't go that far yet. Called the tech support in USA (I found out this forum is Europe) and they told me that my e71 is from Malaysia and my update software is from USA. Not know if this where the issues are. I delete all the entries in my calendar and try sync the calendar again. It stops right at the same place. Now my entries are totally gone.
    So I use the Malaysia PC Suite update (removed all Nokia related softwares in my laptop) and installed the Malaysia update version. Still stop right at the same place which is "Microsoft" "outlook0.ost" file saying that I do not have the permission.
    I noticed that in my "cellphone memory" there was a "Data" folder with a folder "{66de788c-2956-11db-962d-00e08161165f}Relocated". What is this? Could it be the cause of sync problems?
    The USA tech support suggested that I format the "cellphone memory" using " *#7370# ". What will be consequence after format it?
    johlee2

  • Dates not refreshed correctly

    Hi,
    We are using service contracts BT112H_SC from Web UI. From this component we are calling SAP GUI actions (using transaction launcher) to make changes to the contract u2013 like cancellations, date changes and so on.
    We now have a problem with refreshing the Dates assignment block from service contract. The Dates assignment block is handled within a separate component called BTDATES and is called from BT112H_SC using component usage.
    When running an action that should change the dates (due to for example an Annulation of contract), the status is set to Cancelled but the dates Contract end date is not changed. I am calling function module CRM_ORDER_READ_OW after the action is executed in some places and see that the dates are updated correctly in the buffer, but they are not showing up in the Web UI.
    It seems as the dates are set correctly if I donu2019t expand the assignment block Dates before running the action. So if I expand the assignment block after running the action the dates are set correctly. If expanding the Dates assignment block before running the action, the dates are not updated.
    The dates are also set correctly after saving the contract so it is just a matter of visibility.
    Also if I (after running the action), go to one of the items and expanding the Dates assignment block on item level and then go back to header level the dates are displayed correctly.
    I have enhanced component BTDATES/Dates u2013 Method DO_PREPARE_OUTPUT where I use the following commands that should refresh the values.
    me->typed_context->btdate->collection_wrapper->publish_current( ).
        lr_ent ?= me->typed_context->btdate->collection_wrapper->get_current( ).
        lr_ent->reread( ).
    I have also used the command modify without success.
    Somehow the BTDATES component must be refreshed to read the dates from the buffer correctly after the action is executed.
    Do anyone have any suggestions on how to handle this?
    Regards Andreas

    Hi,
    Thanks a lot for your answers. I need all input I can get.
    Kathirvel: I can see that event 0002_expand_link is triggered (from class  ZL_BT112H_S_MAINWINDOW_IMPL I believe) when expanding the Dates assigment block. But I cannot figure out what is happening next.
    But after expanding the assignment block once, the event is not triggered if I expand/collapse the assigment block again.
    I see that in CL_BSP_WD_VIEW_MANAGER ~ DO_FINISH_INPUT when expanding Date assignment block, a BOL_CORE->MODIFY statement is made. This code is triggered when expanding the Date assignment block (but only first time).
    Do you know which event I could call to trigger the update again?
    asen2222 : I entered the code lr_core->modify( ) in ZL_BT112H_S_OVVIEWSET_IMPL ~ DO_PREPARE_OUTPUT which is called after my action is executed and the dates are modified in the buffer. But it doesn't work. When debugging the modify( ) method it seems as it have no delta-information to save.
    I have also tried setting the statement in component BTDATES - ZL_BTDATES_DATES0_IMPL ~ DO_PREPARE_OUTPUT without success.
    In the same place -  component BTDATES - ZL_BTDATES_DATES0_IMPL ~ DO_PREPARE_OUTPUT  -  I also put the following code:
    lr_ent ?= me->typed_context->btdate->collection_wrapper->get_current( ).lr_ent->reread( ).
    This do not work either. But if I debug the reread method and go into
    method REREAD_ENTITY of CL_CRM_BOL_CORE I see following code:
    lv_relation_cacheable = me->object_model->relation_is_cacheable(
    lv_parent_relation_name ).
    If I then set lv_relation_cacheable = ' ', it seems to bypass the buffer and read the data from underlying layers. And then the values is showingcorrectly updated!.
    I believe it is reading the relation from table CRMC_ORLSTA_BTIL but this
    table do not include field DO_NOT_BUFFER so I assume this field should
    never be set for business transactions. But in this case it wouldhave worked for us.
    Regards Andreas

  • Date not displaying correctly

    Hi,
    we have an issue where date is not displaying correctly in report. it shows 1/1/1990. even in universe it shows the same value 1/1/1990. but if i run query at DB level it shows the correct date. Reporting Database is Sybase.
    we are on Bi 4.0 SP 6.
    Any Ideas.
    Thanks,
    Yogesh.

    HI Farzana,
    Finally,i have narrowed down the issue. So here it is,Initially we were seeing date as 1/1/1900 in webi rich, IDT and BI LaunchPad. so than we have made changes to sybase. prm file in following location
    ........\dataAccess\connectionServer\sybase\extensions\legacy
    in prm file the input date parameter is as below
    <Parameter Name="USER_INPUT_DATE_FORMAT">'mm/dd/yyyy hh:m:s am/pm'</Parameter>
    we changed it to
    <Parameter Name="USER_INPUT_DATE_FORMAT">'mm/dd/yyyy hh:mm:ss A'</Parameter>
    and than  we see correct date in IDT and Webi rich but not in BI LaunchPad. the connection we were using in universe is ODBC. so i have created a new connection using sybase CTL client and now i see correct dates in BI LaunchPad also. So i am not sure if i need to make changes to prm file in /dataAccess\connectionServer\odbc\extensions location for the report to show correct values using ODBC.
    Any Idea.
    Thanks,
    Kumar.

  • Musik with Dialog not playing correctly

    Hi there.
    Music with spoken texts is not played correctly on my T410i with Windows 8 pro installed.
    For example, the soundtrack to Kill Bill1
    Track 5: Queen of the Crime Council - dialogue excerpt from film
    Track 6: "Ode To Oren Ishii" - The RZA
    The problem occurs in all music players (iTunes, Windows Media Player, the Windows8 App "Music" also flash based player of Sky.fm have this problem (e.g. http://www.sky.fm/play/altrock) .
    Hardware: Lenovo T410i with Nvidia / Intel graphic card combination.
    What I've done so far:
    * reinstalled Drivers (Conexant 20585 SmartAudio HD).
    * reinstalled Codec pack (Klite Codec Pack (32-bit and 64-bit)
    * turned off the advanced features (bass management, Virtual Surround, ...) in the options of the speakers
    * switched off the detection of communication activities.
    * Speaker Setting is "Stereo" (two Speakers)
    I have no idea why this happens, as soon as there is a spoken text in the music, it starts sounding bad with echo, cracking noise and the spoken texts are very very silent.
    I don’t know how to fix this.
    KR Martin

    I am having the same problem with my Jam Pack loops. I bought the jam packs a few years ago and have been using them fine with my iBook. I put them on an external drive (trying to keep the iMac HD empty) and dropped the folder on my loops browser. They've worked fine with my iBook for years. I just got a new iMac and, again, dropped the folder on my loops browser. They play fine in the browser, but when I drop them in the timeline I only hear a faint beat.
    Any suggestions?
    B. Muir

  • Software for communicating with ipod not installed correctly?

    I cant download the new itunes 11.0.1 as keeps coming up with invalid or corrupt signature. So downloaded it onto another laptop and then copied it over. When opening it comes up with the following message "the software required for communicating with ipods and mobile phones was not installed correctly, it asked if you want itunes to repair it and when you say yes it doesnt repair.  Tells me to re-install itunes which i cant do. Any ideas?

    Another thing is that iPod Touch shows up fine...I've tried every other ipod from older 4gig Nanos to 120gb Classics and none of them work..this is really annoying!

  • Software required for communicating with iPods not installed correctly

    I am trying to do a new iTunes install version 10.6.1 on a Windows 7 64 bit machine. Everything goes smoothly and I get a message saying it installed correctly however, upon starting iTunes I get the following error:
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    I have uninstalled it following the directions, reinstalled it by running as administrator, etc. still the same message. I also notice Quicktime is not getting installed at all.
    Please advise.
    Thanks in advance.

    I also notice Quicktime is not getting installed at all.
    That one is normal nowadays (ever since the iTunes versions 10.5.x).
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Can I share my iCloud calendar with someone not using iCloud but has a mac?

    I would like to share one of my calendars with someone else also using a mac but doesn't use iCloud.  I would like them to be able to read/write on this calendar

    You can only share a read/write calendar with another iCloud member. You can share a read-only calendar with a non-member: the recipient can subscribe to it in iCal. Just get them to open an iCloud account if they have Lion on their Mac.
    http://help.apple.com/icloud/#mm6b1a9479
    You forgot Windows.   Windows users get preferred privileges over Snow Leopard. 

  • Problems with javascript not working correctly, have firefox version 15.0.1. Javascript enabled in tools option. What else should I be looking at?

    Certain websites do not load correctly, the webpage sometimes does not display. Upgraded to current version of Java, this did not solve the problem. The most blatant thing I noticed is that when I hit the plus button to open a new tab, the page that displays displays my nine most favorite websites, all nine have descriptions, but only two or three display the actual web page.
    I also have hotmail and when I try to load some pages directly from the e-mail I get the message Javascript needs to be enabled.

    Are you using any cleanup software like CCleaner that might cleanup the cache?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    To avoid confusion:
    *http://kb.mozillazine.org/JavaScript_is_not_Java

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

  • Google map data not displaying correctly in a spry collapsible panel

    I created a spry collapsible panel into which I've put google map data. The map placed in the collapsible panel looks and functions OK but shows my location in the wrong place. I tested it by putting exactly the same google map elsewhere on my page and this time it displays my location correctly. Here is a link to my test page: http://www.cornucopia-design.co.uk/BatimTest/map3test.html . Mouse over the 'view our location' link to see the incorrectly located map. It places my location in the top left corner rather than in the centre.  When you click on google's 'view larger map' links, they both then display the location identically. Anyone have any ideas about what's going on here? Is the coding for the collapsible panel doing something to the google code? I'm not a great code expert so any help would be greatly appreciated. Thanks

    Hello, thank you for your helpful comments. At least I now won't waste any more time trying to get this to work if it just won't... I'll just have to display the map in another way.
    Just a point about your suggestion of offsetting - I had thought of that but if I did that, when someone clicked on the map, they would be taken to the wrong place as, as I said, even though it displays incorrectly in my panel, the data IS correct and therefore correctly linked back to google maps.
    Thanks anyway.

  • Idoc status green but data not posted correctly to destination system.

    Hi,
    Can anyone help me out with idoc problem that I am facing.
    The problem has come out with outbound idoc.
    The status of the idoc is green when it has been sent but the objects that has been sent with that idoc are not getting posted in the destination system.Some of them are posted correctly but some of them are not.
    What may be the reason behind this.
    Regards,
    Rachana.

    Good morning
    What was the resolution here? We are siitng with the same problem, but IDoc's are correct, but data packet not processed.
    Thanks, have  a nice day
    Cj

Maybe you are looking for