Bugzilla – Attachment 55251 Details for
Bug 14060
Remove readonly on date inputs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14060: Add support for dmydot
Bug-14060-Add-support-for-dmydot.patch (text/plain), 1.04 KB, created by
Nick Clemens (kidclamp)
on 2016-09-06 12:26:19 UTC
(
hide
)
Description:
Bug 14060: Add support for dmydot
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-09-06 12:26:19 UTC
Size:
1.04 KB
patch
obsolete
>From 57b7b1ec320c94f4b687a45020b2faef46589ce1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 4 Jan 2016 11:03:43 +0000 >Subject: [PATCH] Bug 14060: Add support for dmydot > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >index 1b9e48b..0eb2c7f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >@@ -19,6 +19,9 @@ function is_valid_date(date) { > } else if (dateformat == 'iso' ) { > dateformat = 'yy-mm-dd'; > dateformat_str = 'yyyy-mm-dd'; >+ } else if ( dateformat == 'dmydot' ) { >+ dateformat = 'dd.mm.yy'; >+ dateformat_str = 'dd.mm.yyyy'; > } > try { > $.datepicker.parseDate(dateformat, date); >-- >2.1.4
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 14060
:
38484
|
38540
|
38541
|
44542
|
44543
|
44544
|
45282
|
46224
|
54606
|
54607
|
54608
|
54609
|
54610
|
54902
|
54903
|
54904
|
54905
|
54906
|
54907
|
55001
|
55002
|
55012
|
55013
|
55014
|
55015
|
55016
|
55017
|
55018
|
55019
|
55165
|
55246
|
55247
|
55248
|
55249
|
55250
| 55251 |
55252
|
55253
|
55254
|
55255
|
55256