0 Replies Latest reply on Aug 26, 2010 5:34 AM by rajendra85

    Manual Input calendar Coomponent

    rajendra85

      Click HELP for text formatting instructions. Then edit this text and check the preview.


      Hi guys,


      I am using calendar component, Its working fine for selecting values from caledar.

      Now i am using manual input; for that I have written EnableManualInput equals to 'true';


      Im able to enter date as 22042009 after i need to call onblur event and value should change like 22-Apr-2009. But its not able to show in that pattern in Bean i have written a method for changing the format but its unable to take the date as 22042009. The value i am not getting


      Q: After enabling the manual input to true what format that i need to enter the date and how to convert the entered date into our own format;


      I have a tough time to solve this issue please can anybody tried it out???