Revision #3 has been created by Russell England on May 24, 2011, 11:10:14 PM with the memo:
changed title to be more reflective
« previous (#2)
Changes
Title
changed
Local time zones and locales
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
i18n, date, time, timezone, locale
Content
unchanged
[...]
return $v==='am' || $v==='pm' ? $v : false;
}
}
```