My problem is making the RichFaces calendar restricting the dates to be allowed to be chosen
by the user.
Let's say I want to allow only the dates of this month and ...
In one of our functionality we have some date fields for inline edit where we have enabled manual input. If in rich:calendar component, we manually enter improper date or junk data ...
I m using a rich:calendar to display Date in my application
But some how date validation isn't working properly in a particular scenario.
i.e it some one enters date as 05/05/2010sfc in ...
In rich:calendar i want to display the date format, like by default before the user make any selection i want to display the format 'mm/dd/yyyy' in the textbox
When you iterate list of 'Items' in JSF datatable and Item objects have 'creationDate' (javax.xml.datatype.XMLGregorianCalendar) is there a way how to set sorting 'as timestamp' ?
This piece of code is ...
Hy what i am doing is to make the rich faces calendar look just like the header of it (months and years), which i did using the code below.the problem ...
I have noticed that numerous Date methods in Java have been deprecated, but rather most people tell me to use Calender.
Here is my problem. I am trying to create a Calendar ...
I use rich:calendar with a specific pattern datePattern="dd/MM/yyyy". When I tried to get the string value from the calendar and parse it using SimpleDateFormat ("dd/MM/yyyy") I had some issues and I ...
I use rich:calandar component for select date.
Normaly click this component, then calandar popup appear, then select the date.
My problem is , Some times i can't click the component, It means ...