mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #05610
[Bug 824638] Re: Date of Birth time field on resume not translatable
Andrew, I'm not sure whether it'll just work, you'll have to try it and
see if you need to do a bit of messing around with strptime like on the
view access page, which uses get_string('strftimedatetimeshort'). Might
not be a big deal with the date of birth because you never need to
compare times, it's just making sure the input format is converted to
the db format accurately.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/824638
Title:
Date of Birth time field on resume not translatable
Status in Mahara ePortfolio:
Confirmed
Bug description:
In artefact/resume/index.php the following is defined for the format of the dateofbirth:
'ifFormat' => '%Y/%m/%d'
Ideally, we need to convert thing to a get_string('strfYMD', 'langconfig') etc with appropriate name.
Not sure whether this has any consequences, though I think pieforms should handle these.
Any thoughts?
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/824638/+subscriptions
References