How to disabled day of af:inputDate component ? just show month & year

hello brother...i'm newbie
i've little problem setting af:inputDate binding...
in this case, i wanna make binding af:inputDate where i'm just show month and year only ?
anyone help me to solve this problem..
thx
agungdmt

chk this
Picking month with af:inputDate
<af:inputText id="antecipadaPostergada" value="#{attrs.value}" contentStyle="width:65px">
<f:convertDateTime pattern="MM/yyyy"/>
<af:validateDateTimeRange minimum="2011-01-01" maximum="2011-12-01"/>
</af:inputText>

Similar Messages

  • HT4623 how to I reset my iphone 3? Just shows a apple on the screen and does nothing

    how to I reset my iphone 3? Just shows a apple on the screen and does nothing

    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414

  • How to disable Day Light Saving Change with GMT-5 TimeZone ?

    Hi,
    I want to use a Calendar object for date manipulation, but I want
    to disabled DST, because it adds and removes 1 hour depending
    on the calculation.
    I took a look at severals books but without success. I found a solution at
    http://mindprod.com/jgloss/gotchas.html#DATE , but it uses UTC TimeZone
    which is innapropriate in my case. I must use date with the GMT-5 TimeZone
    I want to know if there's a way to disable DST for the GMT-5 TimeZone ?
    Thanks in advance ?

    I want to know if there's a way to disable DST for the GMT-5 TimeZone ?Yes, but have you tried
      TimeZone.getTimeZone("GMT-5")? In theory, that should give you a DST-invariant time zone 5 hours behind GMT.
    When I just tried at (at 10:45AM PDT here), I got a time of 12:45 with this timezone (by using a SimpleDateFormat with this timezone to format a new Date()), which shows that it is ignoring DST.

  • How to bind table data to datatable component and show all the table data??

    I bind table to datatable component !
    The datatable has four rows,
    but the datatable alway show the first row data in its four rows,why??

    do you mean at design time or at runtime?
    at design time, the datatable uses generic fields to
    show if data type is numeric, text, date, etc...
    If this is at runtime,
    - what driver are you using?
    - how did you bind the data to the table?
    - what is the resulting code in the Java backing file?
    hth,
    -Alexis

  • How do I delete a blue line that just showed up in emails through links and web addresses?

    This occurs in emails that have link to another site or website addresses included in emails. I use AOL

    ChaseOH wrote:
    Solution:
    Go to Settings/Music and Turn ON 'Show All Music'. Go back to you Music App, you will see a number of songs that have the iCloud icon next to them. Find the Song(s) that you could not delete, touch the iCloud icon to download them to you phone. Wait for the download to finish THEN you can 'just swipe left and delete'. Do this with all of your previous undeleteable songs then go back to Settings/Music and Turn OFF 'Show All Music'.
    Hope this helps!
    This works. But for me the offending item returns almost immediately after going through this!! :-/
    Argghhhh! Why can't I just delete it??!! Is it possible to delete from the cloud?! This seems to be where the problem lies.

  • Disable a listItem  in listView Component.

    Hi
    Jdeveloper- 11.1.1.7.0
    In one of my usecase i am using a listview where each listitem contains a "My Component" which has a image link. For few of the values of listitem i want to disable the image link in "My Component". How to disable this link in a component.
    Can anyone help me out.
    Thanks
    Suresh

    Hi,
    like for tables and tree, you cannot suppress the selection state of the component (unless completely disabled) so that your options are
    1) to hide the row that users are not supposed to select
    2) set the select option to "none" so that no row ise selectable. Instead you would use a command component in the list item to perform the action. In this case you can use CSS to indicate "non-functional" items
    Frank

  • How to disable print button in outoput screen from vf03

    hi,
    i have a requirement to display error message and, disable the print and print preview button.
    below its the step,
    1)vf03
    2)key in document type
    3)select output type
    4)if there's error, display error message and disable print and print preview button.
    what i have done was
    1) i've put the error message in my 1st part of code,
    *determine discount
    it_zmas-discount = it_zmas-gross_value - zkwert.
    MODIFY it_zmas.
    ELSE.
    MESSAGE ID 'Z0' TYPE 'S' NUMBER '999' WITH 'Please maintain cust pricing grp 34 for ' wa_zmas-matnr.
    p_proc_screen = 'X'.
    ENDIF.
    CLEAR zknumh.
    2)then i set itcpo-tdpreview = ' ' to display my print button after display the error message
    CLEAR itcpo.
    MOVE-CORRESPONDING nast TO itcpo.
    itcpo-tdcover   = nast-tdocover.
    itcpo-tddest    = nast-ldest.
    itcpo-tddataset = nast-dsnam.
    itcpo-tdsuffix1 = nast-dsuf1.
    itcpo-tdsuffix2 = nast-dsuf2.
    itcpo-tdimmed   = nast-dimme.
    itcpo-tddelete  = nast-delet.
    itcpo-tdcopies  = nast-anzal.
    itcpo-tdprogram = sy-repid.
    IF us_screen NE space
    AND p_var EQ space.
    itcpo-tdpreview = 'X'.
    itcpo-tdnoprint = 'X'.
    ELSE.
    itcpo-tdpreview = ' '.
    ENDIF.
    CASE nast-nacha.
    WHEN '1'.
    xdevice = 'PRINTER'.
    itcpo-tdnewid = 'X'.
    itcpo-tdgetotf = 'X'.
    WHEN '2'.
    xdevice = 'TELEFAX'.
    itcpo-tdtelenum = nast-telfx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    WHEN '3'.
    xdevice = 'TELETEX'.
    itcpo-tdtelenum = nast-teltx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    3) my last problem its, i am not sure how to disable the print button.i need  to show an error message for my invoice via vf03 when error occur when user click print or print preview button. however with my code above, i am only able to display the error message and disable the print preview.
    could anyone guide me how do i disable my print button? really appreciate your help.
    regards,
    sw

    Instead of disabling the print buttons, you can restrict creating the actual output message for a specific output type.
    You can achieve it by creating the Output Requirement in transaction VOFM. You need to assign this requirement to your Output type. In this Requirement you can check all your conditions. If they all validation pass through than and than create the Output.
    Regards,
    Naimesh Patel

  • How to switch af:inputDate component to Thai (Buddhist) Calendar ?

    Hi all,
    i have the following problem:
    I have ADF/ADF Faces application and want to prepare it for THAI support.
    One of the issues which i have with this, is to turn the application to support Thai Calendar.
    I succeed to change the dates comming from the Business Components by setting locale on the following places:
    //Set Binding Ctx Locale
    Locale userLocale = new Locale("th", "TH");
    bindCtx.setLocaleContext(new DefLocaleContext(userLocale));
    //Set JSF Locale
    UIViewRoot uiRoot = fctx.getViewRoot();
    uiRoot.setLocale(userLocale);
    However , this doesn't influence af:inputDate component. It still continue to show me current date as by normal Calendar.
    Can somebody help with this ?
    Thanks in advance,
    Krasimir

    chk this
    Picking month with af:inputDate
    <af:inputText id="antecipadaPostergada" value="#{attrs.value}" contentStyle="width:65px">
    <f:convertDateTime pattern="MM/yyyy"/>
    <af:validateDateTimeRange minimum="2011-01-01" maximum="2011-12-01"/>
    </af:inputText>

  • Setting the inputdate component on user's time and date in JDeveloper 11g.

    Can somebody help me non this? I was wondering on how will I get the user's time and date as the default time and date for my inputdate component because it always shows the server's date and time on where my application is placed.

    This is what I did:
    <afh:head title="EvCore Suppression"
    <afh:script text="function dateTime()
    var d = new Date();
    var t_date = d.getDate(); // Returns the day of the month
    var t_mon = d.getMonth(); // Returns the month as a digit
    var t_year = d.getFullYear(); // Returns 4 digit year
    var t_hour = d.getHours(); // Returns hours
    var t_min = d.getMinutes(); // Returns minutes
    var t_sec = d.getSeconds(); // Returns seocnds
    }" </afh:script>
    </afh:head>
    but there's an erorr near <afh:script, it says that "Using HTML script tag can result in subtle/hard to diagnose bugs, trh;script should be used instead. Recommended attriibute 'type' is missing."
    I tried to change my code based on the recommendation but it still generate an error on the same place and the same recommendation.

  • HOW TO DISABLE THE VIEW OF CONTACT

    Hi
    I want to know how to disable contact view from a friend taking my phone
    exemple : If I give my cell phone blackberry 9900 to a friend for 1 day, I want for him the possibility to answer phone call and see who is calling him ! ,
    buy I want to disable any search in full contact list
    how to do this ?
    help,
    mail me back

    You cannot selectively lock the address book app. If all contacts are sync'd online you can delete the account. However, the all around better approach would be to backup the device and do a security wipe before loaning it.
    - Ira

  • How to disable power light?

    Hi guys,
    Any idea how to disable the glowing power light on my HP Mini 210-1142CL?  The constant glowing light is annoying, especially as I am trying to sleep at night.  Even worse, it seems to run down the battery.  My mac will sleep consistently with the obnoxious glowing light, last for days.  The HP winds down in sleep mode in one day.  Great battery life while Im working on it, terrible while its sleeping.
    Any ideas?
    Thanks,
    Justin

    for changing the light settings go to menu->ctrl.panel->settings->general->personlization->display-> there u have light time out option change it with ur desire output..
    for disabling the power saver got to menu->ctrl.panel->settings->general->personlization->themes->power saver and just change it to none. and u r done.
    ¨Arm yourself because no one else here will save you¨

  • How to disable a field in a standard transaction

    Good day,
    Can any one tell me , with an example of , how to disable (the field should not allow any input ) a parameter  or a select option in a standard transaction.

    Probably the only way to achieve this is by creating transaction variants:
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components ® Application Personalization ® Tailoring of Application Transactions ® Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    Steps :-
    Transaction SHD0 - Create a variant for the required transaction bychanging the layout through hiding fields and screens.
    Transaction SE93 - Create a variant transaction (e.g. for VA02 you canname it as ZA02). Next allocate the transaction variant to this varianttransaction.

  • Validate Date Range in inputDate component

    Hi
    I am using JDev 11.1.1.2.0
    I have an inputDate component which on click i need to give dates from today to future dates not passed dates.
    So i have included 'validate date time range' component in the inputDate component and in the minimum property i have declared 'adf.currentDate' using expression builder and set the maximum as Jan 31,2099.
    But when i execute my application i am able to select passed dates using the inputDate component, please help how can i check the date using a validator in inputDate component.
    Thanks
    Sudeep

    ya i had tried with that property too....
    i have declared minValue as adf.currentDate and on that it changes the value of maxValue to current date in Jan 3,2012
    i have convertDatetime component in my inputDate to display the selected date in certain format.
    It gives error as the format doesnot matches with the convertDatetime and inputDate component.
    How can i use the minValue and maxValue of inputDate component?
    the component:-
    <af:inputDate
    label="Planned Termination Date"
    id="id2"
    value="#{modifyuser.pterminationdate}"
    valueChangeListener="#{modifyuserfields.plannedTermDate}"
    minValue="adf.currentDate" maxValue="2099-12-31">
    <af:convertDateTime pattern="dd-MMM-yyyy"/>
    </af:inputDate>

  • How to Disable Telnet on IPS?

    To whom it may concern,
    Good day, I hope your week is going well.  I recently discovered that my IPS sensors are listening for and accepting telnet traffic.  I looked at the configuration in the CLI, and it is disabled; however, when looking at the listening services via the Service account, I see that the sensor is indeed listening for telnet; please see below.
    Does anyone know how to disable telnet?  Do I need to modify the \etc\inetd.conf file in the Service account and then reload inetd to take effect?  Thanks.
    Telnet Disabled by default in the CLI:
    sensor(config-hos-net)# show settings
       network-settings
          host-ip: x.x.36.45/24,x.x.36.3 default: x.x.1.2/24,x.x.1.1
          host-name: sensor default: sensor
          telnet-option: disabled default: disabled
    Telnet listening for telnet per netstat –na performed on the Linux partition:
    -bash-2.05b$ netstat -na
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State     
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
    tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN     
    tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN     
    tcp        0      0 x.x.36.45:443           0.0.0.0:*               LISTEN     
    tcp        0     36 127.0.2.1:7000          127.0.1.1:1139          ESTABLISHED
    tcp        0    268 x.x.36.45:22            x.x.251.209:12299       ESTABLISHED
    udp        0      0 0.0.0.0:32768           0.0.0.0:*                          
    udp        0      0 0.0.0.0:161             0.0.0.0:*                          
    udp        0      0 127.0.2.1:123           0.0.0.0:*                          
    udp        0      0 x.x.36.45:123           0.0.0.0:*                          
    udp        0      0 127.0.0.1:123           0.0.0.0:*                          
    udp        0      0 0.0.0.0:123             0.0.0.0:*
    Jonathan

    Hi Jonathan.
    I recently discovered that my IPS sensors are listening for and accepting telnet traffic.  I looked at the configuration in the CLI, and it is disabled; however, when looking at the listening services via the Service account, I see that the sensor is indeed listening for telnet; please see below.
    When Telnet is Disabled (which is also the default on modern versions of the sensor software), the sensor's firewall configuration includes a rule for dropping Telnet traffic:
    -bash-2.05b# iptables -L INPUT -nv
    Chain INPUT (policy DROP 0 packets, 0 bytes)
    target     prot opt in     out     source               destination        
    DROP       tcp  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0           tcp dpt:23
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0          
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    If Telnet is Enabled, then that specific rule is removed (allowing incoming Telnet traffic to reach the daemon):
    -bash-2.05b# iptables -L INPUT -nv
    Chain INPUT (policy DROP 0 packets, 0 bytes)
    target     prot opt in     out     source               destination        
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0          
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    NOTE: In the above examples, the sensor's configured access-list contained a single entry (access-list 0.0.0.0/0); the above outputs will vary depending on the the sensor's access-list configuration, but the behavior still applies.

  • How to disable A-GPS on lumia 720

    If anyone knows how to disable A-GPS in lumia 720 cause it disturbs my build in GPS since some days?

    First time I've seen this is when using CoPilot Live. I never had any problem before and since last weekend I lost GPS signal every 20-30 seconds. After I install GPSInfo a saw that GSP switches to A-GPS mode. I've even hard reset my device and the problem was still present. Somebody has wroten hi has some problems while WiFi was enabled but it was not my case. The only work arround I've found il switching off data... and I really don't like that way cause I need data during navigation because of LiveTrafic information...
    Excuse my english.. 

Maybe you are looking for

  • How can I get Made In Chelsea from itunes when it is not available on my countries store?

    I want to buy and download the Made in Chelsea seasons. But on Itunes Australia, where I am, its not available. It is however available on the British Itunes but of course its in pounds. It there any way to get Made in Chelsea off Itunes? Or will I h

  • JDBC thin drivers for 8.0.4 and JDK 1.2

    Hello. I3d like to know when will be released the JDBC thin drivers for Oracle 8.0.4, compatible with the JDK 1.2. I need it to use the new Java BLOB features of the JDK 1.2. Thanks. null

  • Some field details in my alv report

    Sales Org > only one selection field Division > only one selection field Channel > from u2013 to fields Sales Office Channel > from u2013 to fields Sales Rep Channel > from u2013 to fields User ID of the CSR Channel > from u2013 to fields Customer Ch

  • Userexits or BADIs or BTE's during payment proposal

    Hi, I am looking for Userexits or BADIs or BTE's during payment proposal (F110) I want to do some checks based on currency and payment method. Thanks, Krishna.

  • Studio Roles

    I am new to BPM and I have not found a way to import roles from LDAP or other provisioning system into my Studio project. I see configuration for the server, but it appears there is a gap if the roles are not available to me at development time vs. d