Accessing JQMEdit value on change

Hello,
I'm trying to get the selected date on a JQMEdit control with an EditType of jqmetDate.
The result of the reading the JQMEdit.Text property in the OnChange event is always the value before the change.
So if the control show 17/6/2014 and I change it to 10/6/2014 reading the text property in the OnChange event result in 17/6/2014 and on a next change in 10/6/2014.
How can I get the value show in the control ?
Thank you,
Davide
I'm trying to get the selected date on a JQMEdit control with an EditType of jqmetDate.
The result of the reading the JQMEdit.Text property in the OnChange event is always the value before the change.
So if the control show 17/6/2014 and I change it to 10/6/2014 reading the text property in the OnChange event result in 17/6/2014 and on a next change in 10/6/2014.
How can I get the value show in the control ?
Thank you,
Davide