sorry Eran - completely misunderstood - i figured you were speaking about the date picker, sorry.
as far as the created date is concerned, i am not sure whether you can change it. if you have already changed the globalization/culture as per the following post:
Created date format in Form Entries table
is it possible to change the format of created date ? like dd-mm-yyyy ?
you should be able to edit it in the js file:
/umbraco/plugins/umbracoContour/scripts/jquery-ui-1.7.2.custom.min.js
line 133 has the dateFormat set to:
mm/dd/yy
hope that sorts you out.
the date is static, its not selectable through date picker, i attached a picture of the date
sorry Eran - completely misunderstood - i figured you were speaking about the date picker, sorry.
as far as the created date is concerned, i am not sure whether you can change it. if you have already changed the globalization/culture as per the following post:
http://our.umbraco.org/forum/developers/extending-umbraco/8268-Change-date-picker-format-in-Umbraco
i am not sure what else you can try.
EDIT: i also found [but have not tried, and cannot vouch for] the following post:
http://our.umbraco.org/forum/using/ui-questions/29038-Change-Date-Format-in-Properties-Tab-(TinyMCE-bug) ;
Comment author was deleted
Well that date is formatted from xslt, the records viewer works on the xslt file found in \Umbraco\Plugins\umbracoContour\xslt\DataTables_json.xslt
Changing how it is outputted there should do the trick but will get overwritten when upgrading Contour...
good to know, thanks Tim.
thank you, i will check it out :)
is working on a reply...