In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1343 [In-Portal CMS] Front End feature request always 2012-07-09 11:25 2012-07-25 05:29
alex  
alex  
normal  
closed 5.0.0  
fixed  
 
none 5.2.0  
https://groups.google.com/d/topic/in-portal-dev/LAACkQdKcfU/discussion
Added short date/time formats for a language
1
0001343: Add short date/time output formats
Currently each In-Portal language has a bunch of formats used to input/output date and time when user is viewing website on that language.

However we are surely missing following formats:
* short date output format (usually without year), e.g. "m/d"
* short time output format (usually without seconds), e.g. "h:i a"

By default these formats won't be used, but developer can start using them any time, when there is a need with following tag:


<inp2:unit-config-prefix_Field name="DateField" format="_regional_ShortDateFormat"/>
<inp2:unit-config-prefix_Field name="TimeField" format="_regional_ShortTimeFormat"/>
patch short_date_time_formats_in_language.patch (6,400) 2012-07-12 11:08
http://tracker.in-portal.org/file_download.php?file_id=1737&type=bug
Issue History
2012-07-25 05:29 alex Note Added: 0004840
2012-07-25 05:29 alex Status resolved => closed
2012-07-12 11:09 alex Note Added: 0004773
2012-07-12 11:09 alex Status reviewed and tested => resolved
2012-07-12 11:09 alex Fixed in Version => 5.2.0
2012-07-12 11:09 alex Resolution open => fixed
2012-07-12 11:09 alex Assigned To !COMMUNITY => alex
2012-07-12 11:09 alex Changeset attached 5.2.x r15436
2012-07-12 11:09 alex Note Added: 0004772
2012-07-12 11:09 alex Status needs testing => reviewed and tested
2012-07-12 11:09 alex Assigned To => !COMMUNITY
2012-07-12 11:09 alex Developer => alex
2012-07-12 11:09 alex Status active => needs testing
2012-07-12 11:08 alex File Added: short_date_time_formats_in_language.patch
2012-07-09 11:25 alex New Issue
2012-07-09 11:25 alex Reference => https://groups.google.com/d/topic/in-portal-dev/LAACkQdKcfU/discussion
2012-07-09 11:25 alex Change Log Message => Added short date/time formats for a language
2012-07-09 11:25 alex Estimate Points => 1

Notes
(0004772)
alex   
2012-07-12 11:09   
Will test all together later.
(0004773)
alex   
2012-07-12 11:09   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001343: Add short date/time output formats
(0004840)
alex   
2012-07-25 05:29   
Since 5.2.0 version was released.