How to use datePicker in <aui:form> in liferay6.2 - liferay-6.2

I am beginner to Liferay.
I want to know how to use datePicker in in Liferay6.2.
Thanks and regard:
Manoj Kumar.

refer the below link for datepicker
source

Related

JavaFX 2.0 Schedule Table Component

I'm working on a school project now, do you have any idea on how can I achieve this kind of table in JavaFX 2?
Thanks in advance.
Take a look at Agenda control from JFXtras
http://jfxtras.org/

How to add help files to an MVC3 application?

I have to add help to the different pages in my MVC3 application. What is the best way to go about this?
Thank you
Each view could put some help info or help link in a section of your layout.
For instance, in your main layout you could have a "SideBarHelp" section... and use #RenderSection to display what the view provides as help.
In the views you use:
#section SideBarHelp{
//Your Help text or link here
}

MVC3 - Create a custom calendar

I would like to create a fully customizable calendar in MVC3, C#, Razorviews. Does anyone have any good links on how I could accomplish this? I do not want to use the datepicker controls for this because I want more functionality to it.
Thanks.
There are several calendar controls, in fact you have the tag for one in your tags.
FullCalendar

jQgrid, validation in search dialog

Anybody know how to use validation in custom search dialog that looks like validation in edit/add forms?
I wrote the answer to another question so that it can help you in solving of the problem also.

How can i use jquery datepicker with struts 2 theme css_xhtml?

I am using struts 2.1.8.1 and if i use struts2-jquery-plugin.2.2.2 datepicker dosn't appear. if i use struts2-jquery-plugin-2.0.0 it apperars but i can't use it with theme css_xhtml. Is there a way to solve this? I want to use it with css_xhtml theme.
Unfortunately No. DateTimePicker component would not be available css_XTHML theme. This component would be available in AJAX themes.

Resources