stringResult

if the parameter is set to true, the method getValue returns data as string (otherwise, as object)

boolean stringResult;

Example

{ view:"datepicker", stringResult:true, format:"%d  %M %Y" },

Related samples

See also
Back to top