EasyUI Forum
September 15, 2025, 03:18:44 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Retrieve date entered from datebox  (Read 10822 times)
vgeorge10
Newbie
*
Posts: 1


View Profile Email
« on: June 15, 2012, 10:40:10 AM »

How do get the date entered from datebox. Checked the documentation, saw a setValue method, but no getValue(). Tried getValue anyways, but getting error saying method not supported, although combo, from which this is extended has getValue method.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: June 16, 2012, 07:25:45 PM »

Call 'getValue' can get the datebox value properly.
Code:
var v = $('#dd').datebox('getValue');
alert(v);
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!