Page MenuHomePhabricator

enabling datePreferences for hr
Closed, ResolvedPublic

Description

Author: dalibor.bosits

Description:
Can you please enable $datePreferences in MessagesHr.php (that is for Croatian projects) with basic format, something like

$datePreferences = array(
'default',
'mdy',
'dmy',
'ymd',
'ISO 8601',
);

thanks, Dalibor


Version: unspecified
Severity: enhancement

Details

Reference
bz15605

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:21 PM
bzimport set Reference to bz15605.
bzimport added a subscriber: Unknown Object (MLST).

This is a not a per wiki setting. Can you cite any standards for the used time formats?

Added with r42178:

$datePreferences = array(
'default',
'dmy hr',
'mdy',
'ymd',
'ISO 8601',
);

'dmy hr' is the previous hr specific format.