Date and time formats

<< Click to Display Table of Contents >>

Manual > Appendix >

Date and time formats

overview

This chapter explains the specifications of date and time formats.

 

hint

The date and time format explained in this chapter has specifications that differ from the "date/time format" used in the settings of various actions on the server side. For details about the specifications of the date format on the server side, see "Date/time format" in the Action section of this manual.

Furthermore, for the ReportTitleDateFormat defined in the aggregation log section of the Summary Master of the Summary Action, you can specify the date and time format (free format) on this page.

 

attention

The properties described in this chapter, such as "user format" and "Locale root property", are formats provided for our higher-level package products other than this product. These formats cannot be used in FA-Server.

 

 

 

A date and time format is a format specification for specifying the format related to date and time. Examples of situations where you might specify a date and time format include the date and time format passed to date and time processing methods such as the CTimeToLocale (TL) method.

 

 

There are the following ways to specify the date and time format:

 

item

overview

System format

System formats are formats that are pre-prepared within the FA-Server system.

 

The following types of system date and time formats are available:

 

type

Date and Time Format Name

Default Format

@DATETIME

ISO format

@ISO

Regional format (auto-switch)

@LOCALE

Regional format (fixed)

Specify the locale ID directly, such as @ja or @en

 

Free format

Free format is a method to directly specify the date and time format without using the system format. With free format, you can freely set a format that is not bound by the OS or various settings.

 

Use the free format when you want to specify a special format on an occasional basis. For formats that are commonly used throughout the system, use the system format.

 

 

 

 

hint

If you omit the date and time format specification in date and time related methods, the behavior will be the same as if you specified the system format "@LOCALE" (regional format (auto-switching)) in the table above.