ADF: Calendar - hide time

Hello everyone!
I'm using Jdev 11.1.2.0.
I have a calendar component in a form and there is a business need to display all events as all-day-events.
So, I'm looking for a way to hide time. Do you have any idea how to do this?
Thanks a lot!
Apostolos

there is a propert called 'view' can u set that to 'list' to see day event. chk
http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_calendar.html
also chk
http://jdevadf.oracle.com/adf-richclient-demo/faces/index.jspx;jsessionid=sn8QTyFDjrpRCRnSJyKK1J4My1TLHxddwmvy3RGSdJDc93bSFxh5!1678445533?gallery=true&_afrLoop=3777601612323497&_afrWindowMode=2&Adf-Window-Id=w0#%2Fcomponents%2Fcalendar.jspx%40%3FAdf-Window-Id%3Dw0

Similar Messages

  • ADF calendar hide the time in Calendar Activity

    Hi
    When I try to display data in a ADF Calendar as a Calendar activity , the date gets displayed , is there a way I can hide this Currently My Activity gets displayed as 8.30 PM Team Meeting. Is it possible to hide the time 8.30 pm and just display Team Meeting. Please let me know
    Thanks
    Ajay

    Please declare the activity as an all day activity. :-)
    -Gyanesh

  • ADF: Calendar

    Hi all,
    I'm using JDev 11.1.2.0 and I'm having a couple of question concerning calendar component.
    1) Is there any way to present an event as an all-day event?
    Even when the returned VO record has only date (dd/mm/yyyy - NO time at all), it still shows by default 12:00am before the event
    2) Regardless of the above issue, can I hide time for all events?
    BR
    Apostolos

    Hi,
    Welcome to OTN. Always mention your JDev version (Check out this announcement : https://forums.oracle.com/forums/ann.jspa?annID=56)
    Check this out : http://jdevadf.oracle.com/adf-richclient-demo/faces/components/skinningKeys/calendar.jspx
    af|calendar::month-grid-cell:active-day is what you would need to skin.
    -Arun

  • How do I hide time stamp in iCAL month view for Mavericks 10.9?

    I want to hide the time in Month View like I could before in 10.8.  Please help!  Calendar is too cluttered in month view for me to read.  In 10.8 you could select or deselect "Show time in month view".  Is there a way to do this in Maveriks 10.9?

    I have this same question! I DON'T WANT THE EVENT TIME TO SHOW ! I often just put my events anywhere on my calendar and have them take up 3 or 4 hours just so they show up larger, disregarding the times on the calendar, but rather typing my own times in at the beginning.  So, having the actual calendar event time show  is very confusing. Before the update, you could UNCHECK, show event times.  NoW that option does not exist!!  There must be a way to go into the system, and disable this function, however I am not computer literate enough to know how to do it without specific instructions.  DOES ANYONE OUT THERE KNOW HOW TO DO THIS??? Thanks in advance!!

  • How to change ADF Calendar colors from different providers?

    Hello again, I am using JDeveloper 11.1.2.3.0,
    This might be the third question I am asking here about this and till now I got no answers.
    CAN ANYONE PLEASE PROVIDE AN EXAMPLE OR A TUTORIAL ON HOW TO CHANGE THE COLORS OF THE ADF CALENDAR COMPONENT?
    Excuse me for asking again but I am finding it very wired that nobody doesn't respond to these questions. Is there a bug or nobody really knows how to customize the calendar component?

    Thanks for the time you take to explain me,
    But, I'm no sur to understand all that you say.
    My VO have :: Name : Calendar
    Attribute
    Type
    idCalendar
    varchar2(20)
    provider
    varchar2(40)
    startDate
    oracle.jbo.domain.date
    endDate
    oracle.jbo.domain.date
    title
    varchar2(255)
    Question :
    1) The tags fields is mandatory or not for the activityStyles ? If Yes, how to define it ?
    I would be very obliged if you would send me a sample project. I'am lost and more i try more i don't understant.
    Thanks

  • How I Can Close a Adf Calendar Popup in my managed bean ?

    Hi.
    I am using Adf Calendar.
    When i call the method to close popup:
    public static void hidePopUp(RichPopup popUp) {
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExtendedRenderKitService service =
    Service.getRenderKitService(facesContext,
    ExtendedRenderKitService.class);
    String serviceScript ="AdfPage.PAGE.findComponent('" + popUp.getClientId(facesContext) +
    "').hide();";
    service.addScript(facesContext, serviceScript);
    and after call the method "AdfFacesContext.getCurrentInstance().addPartialTarget(this.calendar//my ADF Calendar);" the calendar refresh and my popup not close.
    If I not call the method "AdfFacesContext.getCurrentInstance().addPartialTarget(this.calendar//my ADF Calendar);" my popup close works normally.
    SomeBody Can Help me ?
    thanks advance

    Hi..
    To hide popup use following code stuff also set partialTriggers for popup
    <af:popup id="assignpoup" partialTriggers="componentIdThatCallHideThePopup" binding="#{SampleBean.samplePopUp}">
    private RichPopup samplePopUp;
    public void setSamplePopUp(RichPopup samplePopUp) {
    this.samplePopUp= samplePopUp;
    public RichPopup getSamplePopUp() {
    return samplePopUp;
    }to Close popUp use .hide() and after that do partialtrigger part for calender
    getSamplePopUp().hide();
    AdfFacesContext.getCurrentInstance().addPartialTarget(this.calendar//my ADF Calendar);"hope this will helpful

  • Changing the ADF Calendar

    Hi All,
    We have a requirement to create a Appointment Page where the Activity Providers can be more than 50 and we dont want to use colors to distinguish between the appointments created for various Activity Providers.
    What we need is something like this where we show the time at the top and the different Activity Providers on the left side. Currently in ADF calendar, we can show the Different Activity Providers as checkboxes at the top and different colors to distinguish various activity providers. Is it even possible to do change the checkboxes and have something like a grid format as show below.
    If not, what will be the best way to go about it.
    8 A.M 9 A.M ..... .5 P.M
    Activity 1
    Activity 2
    Activity 3
    Please Help.
    Thanks,
    Ajith

    I'm guessing the "Oracle JDeveloper Handbook" is the published McGraw-Hill book by Duncan Mills, Peter Koletzke and Avrom Roy-Faderman:
    http://www.amazon.com/Oracle-JDeveloper-11g-Handbook-Development/dp/0071602380/ref=sr_1_4?ie=UTF8&s=books&qid=1279005819&sr=8-4
    The 11g version of this book replaces the earlier releases, 10g, 9 etc.
    As a general text for understanding JDev & ADF it's a recommended read. As Michael says, I don't believe it covers internalization though.
    There is a more advanced guide the "Oracle Fusion Developer Guide" by Frank Nimphius and Lynn Munsinger:
    http://www.amazon.com/Oracle-Fusion-Developer-Guide-Applications/dp/0071622543/ref=pd_sim_b_1
    This is a more advanced text, not recommended for beginners, but a recommended read once you understand the basics.
    Back to the original question in this post, internalization is covered in section 21 of the ADF Web Guide:
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31973/af_global.htm#CHDGCAFI
    If you're looking to customize ADF BC error message it's covered in section 37.8 of the ADF Fusion Guide:
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcadvgen.htm#BABEFGCI
    I wrote a blog entry about the latter sometime back, which may or may not be relevant to the task at hand:
    http://one-size-doesnt-fit-all.blogspot.com/2007/05/dont-constrain-yourself-displaying.html
    CM.

  • ADF Calendar : change the calendar activity style

    Dear All,
    Is it possible to display the events found in the month view of the ADF calendar without the time ?
    By default the calendar displays it's events in the following format "12:00 AM Client X" i need to display only the event description without the time therefore i need to display only "Client X".
    Thanks for your support 

    Please declare the activity as an all day activity. :-)
    -Gyanesh

  • Using ADF calendar to show employee absences

    Hi,
    (Actually this question belongs to ADF as well as HRMS..so posting in both the forums)
    We are having JDeveloper 11.1.2.4
    We need to show employee absence calendar in ADF page.
    Question 1) We believe we can use ADF Calendar component for this. Kindly confirm.
    I gone through "How to Use the ADF Faces Calendar" section in ADF Guide and tried to implement Employee Absence Calendar accordingly (based on seeded oracle table - PER_ABSENCE_ATTENDANCES.)
    However step 2 mentions creating 3 named bind variables in VO:
    A string that represents the time zone
    A date that represents the start time for the current date range shown on the calendar.
    A date that represents the end time for the current date range shown on the calendar.
    I created these 3 named bind parameters accordingly. However when I run the page with ADF calendar, it shows following error:
    Attempt to set a parameter name that does not occur in the SQL: timeZone
    Question 2) How to resolve this error?
    Kindly advise.
    Thanks,
    Vivek

    Hi minh-hieu,
    According to your description, you want to calculate YTD value of Sales Amount. Right?
    As we tested in our environment, the expression you assign in This function is correct. It can return the YTD values properly:
    So please pay attention to the set expression in your SCOPE statement. Try the code below:
    SCOPE(MEASURES.[YTD Sales]); --Calendar YTD
    SCOPE([DimDates].[Year].[Year].MEMBERS,[DimDates].[Year-Qtr-Month-Day].MEMBERS);
    THIS = AGGREGATE( PERIODSTODATE([Date].[Year].[Year], [Date].[Year].CURRENTMEMBER), [Measures].[Sales Amount]);
    END SCOPE;
    END SCOPE;
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Unable to view data in ADF calendar.

    Hi,
    I am working on an adf application that uses the ADF calendar component. I have created view object(with Entity Object) and have dragged and dropped the associated component from the data controls as an adf calendar on a jsf page. But 'm unable to run this application. The following exceptions occurs :
    java.lang.NullPointerException
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlCalendarBinding$AdfmCalendarActivity.getStartDate(FacesCtrlCalendarBinding.java:1041)
         at oracle.adf.view.rich.model.CalendarModel.isActivityInRange(CalendarModel.java:189)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlCalendarBinding$AdfmCalendarModel._createCalendarActivities(FacesCtrlCalendarBinding.java:793)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlCalendarBinding$AdfmCalendarModel._getActvitiesListMap(FacesCtrlCalendarBinding.java:750)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlCalendarBinding$AdfmCalendarModel.getTimeActivities(FacesCtrlCalendarBinding.java:500)
         at oracle.adfinternal.view.faces.renderkit.rich.CalendarListRenderer.encodeAll(CalendarListRenderer.java:152)
         at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:1731)
         at oracle.adfinternal.view.faces.renderkit.rich.CalendarRenderer.encodeAll(CalendarRenderer.java:439)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:447)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$1500(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:734)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:637)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:360)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
    What I understand is that the activity or timezone is not setting properly. However, I'm not able to figure out which is incorrect?
    Earlier it worked fine when an other view is used. Based on our requirements, I changed the view definition and few mappings. Now it is throwing this error.
    Please help me.

    Arun,
    Thanks for the response.
    The Jdev version is 11.1.2.0.0.
    Regarding the VO's, both are different VO's. The first VO(which worked fine) is a simple query and is based on EO.
    My Second VO (Based on a database view) is not based on EO. is it mandatory that the VO should be Enity based?
    However, in my pageDefinition file, I had all bindings as:
    <action IterBinding="JtfTasksCal1Iterator" id="ExecuteWithParams" RequiresUpdateModel="true"
    Action="executeWithParams">
    <NamedData NDName="startDate" NDValue="#{bindings.JtfTasksCal1.startDate}" NDType="java.sql.Timestamp"/>
    <NamedData NDName="endDate" NDValue="#{bindings.JtfTasksCal1.endDate}" NDType="java.sql.Timestamp"/>
    <NamedData NDName="tz" NDValue="#{bindings.JtfTasksCal1.timeZoneId}" NDType="java.lang.String"/>
    </action>
    <calendar IterBinding="JtfTasksCal1Iterator" id="JtfTasksCal1" xmlns="http://xmlns.oracle.com/adf/faces/binding"
    ActionBindingName="ExecuteWithParams">
    <nodeDefinition DefName="oper.model.uiview.JtfTasksCalVO">
    <AttrNames>
    <Item Type="id" Value="TaskNumber"/>
    <Item Type="providerId" Value="TaskStatus"/>
    <Item Type="title" Value="TaskName"/>
    <Item Type="startTime" Value="ScheduledStartDate"/>
    <Item Type="endTime" Value="ScheduledEndDate"/>
    <Item Type="tags" Value="TaskStatus"/>
    <Item Type="custom" Value="ScheduledEndDate"/>
    <Item Type="custom" Value="ScheduledStartDate"/>
    <Item Type="custom" Value="TaskId"/>
    <Item Type="custom" Value="TaskName"/>
    <Item Type="custom" Value="TaskNumber"/>
    <Item Type="custom" Value="TaskStatus"/>
    <Item Type="custom" Value="TaskType"/>
    </AttrNames>
    </nodeDefinition>
    <providerDefinition IterBindingName="JtfTasksCal1Iterator">
    <AttrNames>
    <Item Type="id" Value="TaskStatus"/>
    <Item Type="displayName" Value="TaskName"/>
    </AttrNames>
    </providerDefinition>
    </calendar>
    Is there anything missed here?
    And there is no Timezone specified in trinidad-config.xml. If the timezone is not specified here, then how it picksup the timezone?

  • Google calendar event times are shown as -1h

    Summary:
    When I create a new event in the built in WP8 calendar app to a Google calendar the time of the event is being displayed as one hour earlier.
    Steps to reproduce:
    Create a new event in calendar. Choose one of the Google calendars configured (I have two configured in my phone). Set time as 2013/07/17 16:00. Save the event.
    Expected behavior:
    The event time in the agenda view is shown as 2013/07/17 16:00.
    Observed behavior:
    The event time in the agenda view is shown as 2013/07/17 16:00 for a few seconds. It then automatically changes to 2013/07/17 15:00.
    Other notes:
    I have two Google calendars configured. I can observe the same misbehavior on both.
    I also have a Microsoft (@hotmail.com) calendar configured. This works as expected.
    When I log into my Google calendar using a web browser, the time is shown as expected.
    When I use a third party calendar (Chronos) and sync my Google account directly, the time is shown as expected.
    When I use a third party calendar (Chronos) and use it simply as an interface to the built in WP calendar the time is off again showing 2013/07/17 15:00.
    The timezone on my WP is set to (UTC) London.
    I started noticing this perhaps a week ago. It was working as expected before.
    Phone model is Nokia Lumia 925
    Phone OS version is 8.0.10327.77
    Notes 1-6 suggests to me that the internal calendaring module in WP8 fails to recognize DST (daylight saving time) in timezone (UTC) London or misinterprets relevant information fields on Google calendar objects.
    Note 7 suggests to me that this is related to an update to my WP8 phone or a change in Google calendar API.
    Any help is much appreciated, this is driving me rather nuts.
    Thanks,
    Kaarel

    Further investigation reveals this only happens when the event is created from within WP native calendar app and disappears when I make an edit to the event in any other calendar client including Google web. So a more appropriate description of the problem would be:
    "Native calendar app keeps subtracting 1h off a Google calendar event on EVERY edit"
    Create an event at 2013/07/17 15:00 in WP native calendar app. Result: Event shows as 2013/07/17 15:00 in the calendar app for a few seconds, then updates itself to 2013/07/17 14:00.
    Edit the event title and save in WP native calendar app. Event time moves by -1h again to 2013/07/17 13:00.
    Edit the event title in Google web calendar.
    Subsequent edits in WP native calendar do not mess up the time any longer. If I fix the time to what I originally intended (2013/07/17 15:00) in WP native calendar app, it stays there and shows correctly in all previously mentioned calendar viewers.
    I just learned that Lumia 925 was released with GDR2 update pre-installed. This update is only now being made generally available. If the issue is secific to the CalDAV implementation in GDR2 rather than specific to my phone only, this would make a lot of angry people. I hope I'm wrong on this though as it's an extremely frustrating problem.

  • How to configure the date format in toolbar of ADF Calendar

    Hi,
    In the weekly view of the ADF Calendar, the date on the toolbar of the calendar component is something like this "May 1,2011 - May 7,2011".
    Is there a way to configure this. What changes need to be done to show this as "1 May 2011 - 7 May 2011".
    Thanks,
    Deepak

    See Bug 13825615 - backport to 11.1.1.7.0 bug 13045234 - date format not supported in toolbar by ca

  • Format calendar component times to  "hh:mm a"

    Hi all,
    I would like to format the calendar component time slots  to "hh:mm a" (Example 01:30 AM), Is it possible? By default, caldendar component shows  times in hh:mm (Example 24:00) format.
    regards,
    Jhon

    Hi,
    You mean the Choose date Component or Input Date Component ?
    For InputDate Component its' possible
    Put InputDate Component , Then put a ConverDateTime Component to it.
    Change its TimeStyle to Short  and Type to Time on rules.
    Regards
    Nalin

  • How to get calendar travel time (set up in Mavericks) to show on iOS 7 calendar?

    I was wondering how to get calendar travel time (set up in Mavericks) to show on iOS 7 calendar? If I change a location in mavericaks it is updated in my iOS 7 calendar, but if I add travel time to an appointment, that does not show up on my iphone. This seems like a big miss for apple if this is the case. I could maybe understand not adding the ability to add travel time in iOS 7, but not being able to see the travel times you set up seems very incomplete. Any ideas or insight?

    Hello Cheer,
    I don't believe the table changed when migrating from Access.  I had two tables before the migration, one was for the SwitchBoard Manager and the other table was for the database table.  I used the Switchboard to navigate to different menus, such
    as the Main Form, Power Form, Server Form, etc.  Let me know if I can provide any other information to help you narrow this down for me.   
    Thank you for your assistance. 
    Thai

  • Calendar and Time showing in arabic but my phone's language is English. I bought my phone from DU in UAE , Dubai. Please help me solve this issue while keeping the Region to United Arab Emirates

    Calendar and Time showing in arabic but my phone's language is English. I bought my phone from DU in UAE , Dubai. Please help me solve this issue while keeping the Region to United Arab Emirates

    Valentine350z wrote:
    while keeping the Region to United Arab Emirates
    Not possible, I think.  Tell Apple how you feel about this at
    http://www.apple.com/feedback/iphone.html

Maybe you are looking for

  • Chart options: Y axis scale

    Hi, I created a bar chart for a report that simly displays the count for each distinct value of a field.  I would want the Y scale (which displays the count) to only present integer values (its a count, so it's obvious there can't be any non-integer

  • Lega consolidation package error

    Hi experts, We are executing the legal consolidation package and we get next error:  "Accounts and entities do not match data in application OWNERSHIP failed" We have entered the ownershipdata, but the "ultimate ownership calculation" package did not

  • Spool to excel

    Hi,   Can we convert the spool into excel format and send as attachement via mail.I don't want to send spool as PDF. Regards, Karthik.k

  • Maximum number of inputs in "write data"

    Which is the maximum number of input channels in "write data"? It seems that it is only 16 inputs. I have more than 16 parameters in my application. What do you suggest? I would like to have all the data gathered in one file. Solved! Go to Solution.

  • MacBook - Newbie: Need help on printing wirelessly to XP shared printer

    MacBook - Newbie: Need help on printing to XP shared printer Bear with me please. I read tons of articles on this but somehow as a newbie to MAC (girlfriends sick daughter), I am missing something. 10.5.2 Currently, she can print directly if we plug