Bug 4962

Summary: date format hints in staff not matching data in field
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED INVALID QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: magnus
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: one example

Description Nicole C. Engard 2010-07-07 21:14:56 UTC
Created attachment 2322 [details]
one example

Date format hints not matching the date we're seeing in the text boxes on the following pages at the least, but there are probably more

    * http://intranet.bywatersolutions.com/cgi-bin/koha/tools/inventory.pl
    * http://intranet.bywatersolutions.com/cgi-bin/koha/tools/viewlog.pl
    * http://intranet.bywatersolutions.com/cgi-bin/koha/tools/koha-news.pl?op=add_form


The hint says YYYY/MM/DD but the date appears YYYY-MM-DD
Comment 1 Owen Leonard 2010-07-26 20:00:34 UTC
I cannot reproduce this problem. Nicole can you test on a freshly-updated installation?
Comment 2 Nicole C. Engard 2010-07-26 20:07:45 UTC
I'm not seeing it on my install anymore.
Comment 3 Magnus Enger 2010-07-27 08:47:53 UTC
Looks like this is related to Bug 3089?

This commit: 
http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=cd921163c0b9edf3cbd42cb5d3ca69514d377195
introduces koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc which is seems to take care of the problem.