Bugzilla – Attachment 2907 Details for
Bug 5543
Date ISO format wrong separator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
date_iso.patch (text/plain), 1.18 KB, created by
Fridolin Somers
on 2010-12-27 13:07:16 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2010-12-27 13:07:16 UTC
Size:
1.18 KB
patch
obsolete
>Index: koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc >=================================================================== >--- koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc (revision 353) >+++ koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc (working copy) >@@ -1 +1 @@ >-<!-- TMPL_IF NAME="dateformat_us" -->(MM/DD/YYYY)<!-- TMPL_ELSIF NAME="dateformat_metric" -->(DD/MM/YYYY)<!-- TMPL_ELSE -->(YYYY/MM/DD)<!-- /TMPL_IF --> >\ No newline at end of file >+<!-- TMPL_IF NAME="dateformat_us" -->(MM/DD/YYYY)<!-- TMPL_ELSIF NAME="dateformat_metric" -->(DD/MM/YYYY)<!-- TMPL_ELSE -->(YYYY-MM-DD)<!-- /TMPL_IF --> >\ No newline at end of file >Index: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref >=================================================================== >--- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref (revision 353) >+++ koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref (working copy) >@@ -6,7 +6,7 @@ > choices: > us: mm/dd/yyyy > metric: dd/mm/yyyy >- iso: yyyy/mm/dd >+ iso: yyyy-mm-dd > - . > - > - pref: opaclanguagesdisplay
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5543
:
2907
|
3779
|
6640
|
6697