EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 08:15:31 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Retrieve date entered from datebox
Pages: [
1
]
« previous
next »
Print
Author
Topic: Retrieve date entered from datebox (Read 10820 times)
vgeorge10
Newbie
Posts: 1
Retrieve date entered from datebox
«
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
Re: Retrieve date entered from datebox
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...