PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #395

PATCH-ARMSCII-8 Loacale for date element

Details

Submitted2003-12-10 00:55 UTC
Fromvahe at khachikyan dot de
Assignedavb
StatusClosed
PackageHTML_QuickForm
PHP Version4.3.3
OSFreeBSD-STABLE
Roadmaps(Not assigned)

Comments

[2003-12-10 00:55 UTC] vahe at khachikyan dot de

Description:
------------
This is a language extension for the date element
for support of ARMSCII-8 Armenian locale
hy_AM.ARMSCII-8

I just didn't found any other suitable place to place this
change request with patch, sorry if this was wrong place.

The patch is against the version 3.2 of QuickForm and available under
http://www.khachikyan.de/QuickForm_date_php_ARMSCII-8.patch

Thanks in advance and

Best Regards
--
Vahe Khachikyan
---

Reproduce code:
---------------
----------
$form = new HTML_QuickForm('firstForm');
$form->addElement('date','ElemName','ElemLabel',array(
'language'=>'hy');
$form-display();
----------------

[2003-12-15 22:44 UTC] vahe at khachikyan dot de

Thanks

--
Vahe Khachikyan
---