FRDateFormat

An enum class for date formats.

Parameters

format

A format string

Entries

Link copied to clipboard

ISO 8601

Link copied to clipboard

Year/Month/Day

Link copied to clipboard

Year/Month/Day Hour:Minute:Second

Link copied to clipboard

Year/Month/Day Hour:Minute:Second.MilliSecond

Link copied to clipboard

Year年Month月Day日(曜日) Note that JP locale is required.

Link copied to clipboard

Year年Month月Day日(曜日) Hour時Minute分Second秒 Note that JP locale is required.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard