留言板

Code to get the time option in aui date picker.

Kiran Kumar Boyini,修改在11 年前。

Code to get the time option in aui date picker.

Expert 帖子: 287 加入日期: 11-6-2 最近的帖子
Hi All,

i am using the aui datepicker ,it working fine with date format.Now I want to get the time option also .

See the code below.


AUI().use('aui-datepicker', function(A) {
			       var simpleDatepicker1 = new A.DatePicker({			
			         trigger: '#<portlet:namespace />fromDate',
			         calendar: {dates: [ ], dateFormat: '%Y-%m-%d' } 	
      		 	}).render('##<portlet:namespace />/&gt;fromDate');


Now I want code which is for time option for the above code.

Regards,

Kiran.