date in bound form/grid

when the date is sent back to the grid how could i format it?

We have added support for string result. Please try to use attached library instead of the original.

In order to return date as a string you may set stringResult property:

view:“datepicker”,
stringResult: true,

touchui.zip (49.5 KB)

dateFormat: '%m/%d/%Y',stringResult: true

is on my text field. but when it is send back to the grid it will go like this “9/16/2011” shouldnt it be 09/16/2011?

Disregard last post