Pacote | spark.formatters |
Classe | public class DateTimeFormatter |
Herança | DateTimeFormatter GlobalizationBase AdvancedStyleClient EventDispatcher Object |
Implementações | IFormatter |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Date
object.
This class is a wrapper class around the flash.globalization.DateTimeFormatter class. Therefore, the locale-specific formatting functionality and the month names, day names and the first day of the week are provided by the flash.globalization.DateTimeFormatter. However, this DateTimeFormatter class can be used in MXML declarations, uses the locale style for the requested Locale ID name, and has methods and properties that are bindable.
The flash.globalization.DateTimeFormatter class uses the underlying operating system for the formatting functionality and to supply the locale-specific data. On some operating systems, the flash.globalization classes are unsupported, on these systems, this wrapper class provides fallback functionality.
Sintaxe MXMLOcultar sintaxe MXMLThe <s:DateTimeFormatter>
tag inherits all of the tag
attributes of its superclass and adds the following tag attributes:
<s:DateTimeFormatter Properties dateStyle="long" dateTimePattern="EEEE, MMMM dd, yyyy h:mm:ss a" errorText="null" timeStyle="long" useUTC="false" />
Mais exemplos
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
actualLocaleIDName : String [substituir] [somente leitura]
The name of the actual locale ID used by this class object. | DateTimeFormatter | ||
className : String [somente leitura]
The name of the component class. | AdvancedStyleClient | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
dateStyle : String
The date style for this instance of the DateTimeFormatter. | DateTimeFormatter | ||
dateTimePattern : String
The pattern string used by the DateTimeFormatter object to format
dates and times. | DateTimeFormatter | ||
errorText : String
String returned by the format() method
when an error occurs. | DateTimeFormatter | ||
id : String
The identity of the component. | AdvancedStyleClient | ||
inheritingStyles : Object
An object containing the inheritable styles for this non-visual
style client instance. | AdvancedStyleClient | ||
lastOperationStatus : String [substituir] [somente leitura]
The status of the most recent operation that this class object
performed. | DateTimeFormatter | ||
moduleFactory : IFlexModuleFactory
A module factory is used as context for
finding the style manager that controls the styles for this
non-visual style client instance. | AdvancedStyleClient | ||
nonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles. | AdvancedStyleClient | ||
styleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this
object. | AdvancedStyleClient | ||
styleManager : IStyleManager2 [somente leitura]
Returns the StyleManager instance used by this component. | AdvancedStyleClient | ||
styleName : Object
The source of this object's style values. | AdvancedStyleClient | ||
styleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors. | AdvancedStyleClient | ||
timeStyle : String
The time style for this instance of the DateTimeFormatter. | DateTimeFormatter | ||
useUTC : Boolean
A boolean flag to control whether the local or the UTC date and time
values are used when the formatting a date. | DateTimeFormatter |
Método | Definido por | ||
---|---|---|---|
Constructs a new DateTimeFormatter object to format
dates and times according to the conventions of the specified locale
and the provided date and time formatting styles. | DateTimeFormatter | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Deletes a style property from this component instance. | AdvancedStyleClient | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Formats a display string for an object that specifies a date in either
the user's local time or UTC time. | DateTimeFormatter | ||
[estático]
Lists all of the locale ID names supported by this class. | DateTimeFormatter | ||
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. | AdvancedStyleClient | ||
Returns an integer corresponding to the first day of the week for
this locale and calendar system. | DateTimeFormatter | ||
Retrieves a list of localized strings containing the month names for
the current calendar system. | DateTimeFormatter | ||
[substituir]
Gets a style property that has been set anywhere in this
component's style lookup chain. | GlobalizationBase | ||
Retrieves a list of localized strings containing the names of
weekdays for the current calendar system. | DateTimeFormatter | ||
Returns true if currentCSSState is not null. | AdvancedStyleClient | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
The initialized method is called when this class or a class that
extends this class is used in an MXML declaration. | AdvancedStyleClient | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Returns true if cssState matches currentCSSState. | AdvancedStyleClient | ||
Determines whether this instance is the same as, or is a subclass of,
the given type. | AdvancedStyleClient | ||
Propagates style changes to the children of this style client
instance. | AdvancedStyleClient | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Sets up the internal style cache values so that the
getStyle()
method functions. | AdvancedStyleClient | ||
Registers the EffectManager as one of the event listeners
for each effect event. | AdvancedStyleClient | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Sets a style property on this component instance. | AdvancedStyleClient | ||
Detects changes to style properties. | AdvancedStyleClient | ||
Flex calls the stylesInitialized() method when
the styles for a component are first initialized. | AdvancedStyleClient | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Os estilos são comuns ou associados a um tema específico. Se o estilo for comum, poderá ser usado com qualquer tema. Se o estilo for associado a um tema específico, só poderá ser usado se o seu aplicativo usar esse tema.
actualLocaleIDName | propriedade |
actualLocaleIDName:String
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The name of the actual locale ID used by this class object. This is the locale that is used to access the formatting data and functionality from the operating system.
If the locale that was set by the locale
style is not available,
then the value of the actualLocaleIDName
is different
from the value of the locale
style.
It indicates the fallback locale that is being used.
If the locale style was set to LocaleID.DEFAULT
the
name of the locale specified by the user's operating system is
used.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change
.
Implementação
override public function get actualLocaleIDName():String
Elementos da API relacionados
DateTimeFormatter()
dateStyle | propriedade |
dateStyle:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The date style for this instance of the DateTimeFormatter.
The date style is used to retrieve a predefined time and locale
specific formatting pattern from the operating system.
When formatting a date, the locale
style, the
timeStyle
and the dateStyle
properties
determine the format of the date.
The date style value can be set in the following two ways:
assigning a value to either the dateStyle
property or
the dateTimePattern
property.
The possible for this property are defined by
the flash.globalization.DateTimeStyle class.
Possible values for the dateStyle
property are:
DateTimeStyle.LONG
DateTimeStyle.MEDIUM
DateTimeStyle.SHORT
DateTimeStyle.NONE
DateTimeStyle.CUSTOM
If the dateTimePattern
property is assigned a value, as a side effect, the dateStyle
property
is set to DateTimeStyle.CUSTOM
O valor padrão é DateTimeStyle.LONG
.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change
.
Implementação
public function get dateStyle():String
public function set dateStyle(value:String):void
Lança
ArgumentError — if the assigned value is not a valid
DateTimeStyle constant or is
DateTimeStyle.CUSTOM .
| |
TypeError — if the dateStyle or
is set to null .
|
Elementos da API relacionados
dateTimePattern | propriedade |
dateTimePattern:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The pattern string used by the DateTimeFormatter object to format dates and times.
This pattern can be set in one of two ways:
- By setting the
dateStyle
andtimeStyle
properties. - By setting the
dateTimePattern
property.
If this property is assigned a value directly, as a side effect,
the current time and date styles are overridden and
set to the value DateTimeStyle.CUSTOM
.
For a description of the pattern syntax, please see the
flash.globalization.DateTimeFormatter.setDateTimePattern()
method.
O valor padrão é "EEEE, MMMM dd, yyyy h:mm:ss a".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change
.
Implementação
public function get dateTimePattern():String
public function set dateTimePattern(value:String):void
Elementos da API relacionados
errorText | propriedade |
errorText:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
String returned by the format()
method
when an error occurs.
If errorText
is non-null and an error occurs
while formatting a date, the format method
will return the string assigned to this property.
var dtf:DateTimeFormatter = new DateTimeFormatter(); dtf.setStyle("locale", "en-US"); dtf.errorText = "----" trace(dtf.format("abc")); // ----
O valor padrão é null.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change
.
Implementação
public function get errorText():String
public function set errorText(value:String):void
Elementos da API relacionados
lastOperationStatus | propriedade |
lastOperationStatus:String
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The status of the most recent operation that this class object
performed.
The lastOperationStatus
is set whenever the constructor
or a method of this class is called, or when a property is set.
For the possible values see the description under each method.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change
.
Implementação
override public function get lastOperationStatus():String
timeStyle | propriedade |
timeStyle:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The time style for this instance of the DateTimeFormatter.
The time style is used to retrieve a predefined time and locale
specific formatting pattern from the operating system.
When formatting a date, the locale
style, the
timeStyle
and the dateStyle
properties
determine the format of the date.
The time style value can be set in the following two ways:
assigning a value to either the timeStyle
property or
the dateTimePattern
property.
The value of the property are defined by the
flash.globalization.DateTimeStyle class.
Possible values for the timeStyle
property are:
DateTimeStyle.LONG
DateTimeStyle.MEDIUM
DateTimeStyle.SHORT
DateTimeStyle.NONE
DateTimeStyle.CUSTOM
If the dateTimePattern
property is assigned a value, as a side effect, the dateStyle property
is set to DateTimeStyle.CUSTOM
O valor padrão é DateTimeStyle.LONG
.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change
.
Implementação
public function get timeStyle():String
public function set timeStyle(value:String):void
Lança
ArgumentError — if the assigned value is not a valid
DateTimeStyle
constant or is DateTimeStyle.CUSTOM .
| |
TypeError — if the dateStyle or
timeStyle parameter is null.
|
Elementos da API relacionados
useUTC | propriedade |
useUTC:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
A boolean flag to control whether the local or the UTC date and time
values are used when the formatting a date.
If useUTC
is set to true
then the UTC values
are used. If the value is set to false
, then the
date time values of the operating system's current time zone is used.
O valor padrão é false.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change
.
Implementação
public function get useUTC():Boolean
public function set useUTC(value:Boolean):void
Elementos da API relacionados
DateTimeFormatter | () | Construtor |
public function DateTimeFormatter()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Constructs a new DateTimeFormatter
object to format
dates and times according to the conventions of the specified locale
and the provided date and time formatting styles.
The locale for this class is supplied by the locale style. The locale style can be set in several ways:
- By using the class in an MXML declaration and inheriting the locale from the document that contains the declaration. Example:
<fx:Declarations> <s:DateTimeFormatter id="df" /> </fx:Declarations>
<fx:Declarations> <s:DateTimeFormatter id="df_Japanese" locale="ja-JP" /> </fx:Declarations>
df.setStyle("locale", "ja-JP")
UIComponent
by calling the
UIComponent's addStyleClient()
method.
If the locale
style is not set by one of the above
techniques, the instance of this class will be added as a
StyleClient
to the topLevelApplication
and
will therefore inherit the locale
style from the
topLevelApplication
object when the locale
dependent property getter or locale
dependent method is
called.
Most of the properties of this class are automatically set based on the locale style. If the locale style is changed, any properties that have not been explicitly set will also be updated based on the new locale. Note that the actual locale that is used is specified by the actualLocaleIDName property.
Elementos da API relacionados
format | () | método |
public function format(value:Object):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Formats a display string for an object that specifies a date in either the user's local time or UTC time.
A Date
object has two sets of date and time values,
those in the user's local time (date, day, fullYear, hours,
minutes, month,
and seconds
) and those in UTC
time (dateUTC, dayUTC,
fullYearUTC, hoursUTC, minutesUTC, monthUTC,
and
secondsUTC
).
The boolean property useUTC
controls which set of
date and time components are used when formatting the date.
The formatting will be done using the conventions of the locale as
set by the locale
style property and the
dateStyle
and timeStyle
properties, or the
dateTimePattern
, specified for this
DateTimeFormatter
instance.
If there is an error when formatting, due to an illegal input value
or other error, by default the format()
method will
return null
. However if the errorText
property
is non-null, then the value of the errorText
property will
be returned. The lastOperationStatus
property will be
set to indicate the error that occurred.
Parâmetros
value:Object — A Date value to be formatted. If the
object is not a Date then it will be converted
to a date using the Date() constructor.
|
String — A formatted string representing the date or time value.
|
Elementos da API relacionados
getAvailableLocaleIDNames | () | método |
public static function getAvailableLocaleIDNames():Vector.<String>
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Lists all of the locale ID names supported by this class. This is a list of locales supported by the operating system, not a list of locales that the ResourceManager has resources for.
RetornaVector.<String> — A vector of strings containing all of the locale ID names
supported by this class and operating system.
|
getFirstWeekday | () | método |
public function getFirstWeekday():int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Returns an integer corresponding to the first day of the week for this locale and calendar system. A value of 0 corresponds to Sunday, 1 corresponds to Monday and so on, with 6 corresponding to Saturday.
Retornaint — An integer corresponding to the first day of the week for
this locale and calendar system.
|
getMonthNames | () | método |
public function getMonthNames(nameStyle:String = "full", context:String = "standalone"):Vector.<String>
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Retrieves a list of localized strings containing the month names for the current calendar system. The first element in the list is the name for the first month of the year.
Parâmetros
nameStyle:String (default = "full ") — Indicates the style of name string to be used.
Valid values are:
| |
context:String (default = "standalone ") — A code indicating the context in which the formatted
string will be used.
This context will only make a difference for certain
locales.
Valid values are:
|
Vector.<String> — A vector of localized strings containing the month names for
the current locale (specified by the locale style),
name style and context.
The first element in the vector, at index 0, is the name for
the first month of the year; the next element is the name
for the second month of the year; and so forth.
|
Lança
TypeError — if the nameStyle or
context parameter is null.
|
Elementos da API relacionados
getWeekdayNames | () | método |
public function getWeekdayNames(nameStyle:String = "full", context:String = "standalone"):Vector.<String>
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Retrieves a list of localized strings containing the names of weekdays for the current calendar system. The first element in the list represents the name for Sunday.
Parâmetros
nameStyle:String (default = "full ") — Indicates the style of name string to be used.
Valid values are:
| |
context:String (default = "standalone ") — A code indicating the context in which the formatted
string will be used.
This context only applies for certain locales where the name
of a month changes depending on the context.
For example, in Greek the month names are different if they
are displayed alone versus displayed along with a day.
Valid values are:
|
Vector.<String> — A vector of localized strings containing the month names for
the current locale (specified by the locale style),
name style and context.
The first element in the vector, at index 0, is the name for
Sunday; the next element is the name for Monday; and so
forth.
|
Lança
TypeError — if the nameStyle or
context parameter is null.
|
Elementos da API relacionados
<?xml version="1.0" encoding="utf-8"?> <!-- Sample program for spark.formatters.DateTimeFormatter --> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> <fx:Declarations> <s:DateTimeFormatter id="dateTimeFormatter"/> </fx:Declarations> <fx:Script> <![CDATA[ import mx.collections.ArrayCollection; private static const dateTimeStyleMenuItems:ArrayCollection = new ArrayCollection(["long", "medium", "short", "none"]); ]]> </fx:Script> <mx:Form> <mx:FormItem label="Input Locale ID Name"> <mx:HBox> <s:TextInput id="inputLocaleIDName"/> <!-- Upon button click, sets the locale style on the document UI component. The formatter will inherit this style. --> <s:Button click="setStyle('locale', inputLocaleIDName.text);" label="Apply"/> </mx:HBox> <mx:Text text="Example: 'en-US', 'fr-FR', 'ja-JP', 'ar-SA'"/> </mx:FormItem> <mx:FormItem label="Date Style"> <s:DropDownList id="dateStyle" requireSelection="true" change="dateTimeFormatter.dateStyle = dateTimeStyleMenuItems[dateStyle.selectedIndex]" dataProvider="{dateTimeStyleMenuItems}"/> </mx:FormItem> <mx:FormItem label="Time Style"> <s:DropDownList id="timeStyle" requireSelection="true" change="dateTimeFormatter.timeStyle = dateTimeStyleMenuItems[timeStyle.selectedIndex]" dataProvider="{dateTimeStyleMenuItems}"/> </mx:FormItem> <mx:FormItem label="Input Date"> <mx:TextInput id="inputDate" text="{new Date().toString()}"/> </mx:FormItem> <mx:FormItem label="Actual Locale ID Name"> <mx:Text text="{dateTimeFormatter.actualLocaleIDName}"/> </mx:FormItem> <mx:FormItem label="Formatted Result"> <mx:Text id="uiFormattedDate" text="{dateTimeFormatter.format(inputDate.text)}"/> </mx:FormItem> </mx:Form> </s:Application>
Wed Jun 13 2018, 11:10 AM Z