Hi
I am using date picker on columns in my grid like so:
……
editoptions=”{size: 10, maxlength: 10,
dataInit: function(element) { $(element).datepicker({dateFormat: 'dd/mm/yy'}) } }”
……
How is it possible for me to get the dateFormat for date picket to use the current locale instead of me specifying 'dd/mm/yy'?
thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top