The [locale_china] method defines a locale with language "zh" and a country of "CN".
This method is shorthand for locale('zh', 'CN').
local_china
Use the [locale_china] method. This example sets a locale to the default, updates it to [locale_china] and outputs the difference.
Code
var(myLocale = locale_default,
myDate = date)
$myLocale->asString +': '+$myLocale->format($myDate)+'\n'
$myLocale = locale_china
$myLocale->asString +': '+$myLocale->format($myDate)+'\n'
Result
en_CA: 2011-02-12 zh_CN: 2011-2-12
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments