Home » HTML » HTML_QuickForm » Bug #395
PATCH-ARMSCII-8 Loacale for date element
Details
| Submitted | 2003-12-10 00:55 UTC |
|---|---|
| From | vahe at khachikyan dot de |
| Assigned | avb |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | 4.3.3 |
| OS | FreeBSD-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
---