Lasso Soft Inc. > Home

[ locale_format_style_long ]

Method

The [locale_format_style_long] method is used as a parameter in [locale->format] calls.

This method tells [locale->format] to use the long styling for the particular locale.

  • Syntax
locale->format( value, locale_format_style_long )
Examples
  • Beginner

Output a date in the long format of a locale

Use the [locale_format_style_long] method. This example outputs the long format of date in English Canada.

Code

var(myLocale = locale_canada,
     myDate = date)

$myLocale->format($myDate, locale_format_style_long)+'\n'

Result

12 February, 2011

Recent Comments

No Comments found

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft