Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Eran Meir 401 posts 543 karma points
    Feb 17, 2013 @ 11:50
    Eran Meir
    0

    Created date format in Form Entries table

    is it possible to change the format of created date ? like dd-mm-yyyy ?

  • Fergus Davidson 309 posts 588 karma points
    Feb 17, 2013 @ 12:04
    Fergus Davidson
    0

    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.

  • Eran Meir 401 posts 543 karma points
    Feb 17, 2013 @ 12:20
    Eran Meir
    0

    the date is static, its not selectable through date picker, i attached a picture of the date

  • Fergus Davidson 309 posts 588 karma points
    Feb 17, 2013 @ 12:41
    Fergus Davidson
    0

    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

    Feb 18, 2013 @ 09:12

    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...

  • Fergus Davidson 309 posts 588 karma points
    Feb 18, 2013 @ 10:46
    Fergus Davidson
    0

    good to know, thanks Tim.

  • Eran Meir 401 posts 543 karma points
    Feb 21, 2013 @ 13:43
    Eran Meir
    0

    thank you, i will check it out :)

Please Sign in or register to post replies

Write your reply to:

Draft