Can I change data before validate ?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Can I change data before validate ?

wittakarn
This post was updated on .
I've date type

<xforms:bind name="control-13" nodeset="control-13" id="control-13-bind" type="xforms:date" />

In textbox type date value is 21/02/2555
I want to change value from 21/02/2555 to 21/02/2012 (change year only) and send value  to server for validate
But in client screen show 21/02/2555 in textbox

what should I do?