Comment 4 for bug 1376997

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3792
Committed: http://gitorious.org/mahara/mahara/commit/0e942d3e2908a7763a88bad51c3d91869cb03575
Submitter: Robert Lyon (<email address hidden>)
Branch: 1.10_STABLE

commit 0e942d3e2908a7763a88bad51c3d91869cb03575
Author: Robert Lyon <email address hidden>
Date: Tue Oct 7 11:59:58 2014 +1300

Date picker not working for certain languages (Bug #1376997)

Allowing other language's date formats to be used - eg German dates
like 10.05.2013

As the datepicker uses yet another format for parsing dates we need to
add in some new strings to handle this.

Note - lang strings will need to be added to the langconfig.php file
for the languages you are testing, eg:

$string['calendar_dateFormat'] = 'dd.mm.yy';
$string['calendar_timeFormat'] = 'HH:mm';

Change-Id: I40e7c50687d9e42d0f78df450fff0004dd6d5710
Signed-off-by: Robert Lyon <email address hidden>