Book Contents

Book Index

Next Topic

Home

Template Pattern Modifiers for Date/Time Formatting

Certain modifiers can be applied to any template pattern to alter its behavior. For example, FMMonth is the Month pattern with the FM modifier.

Modifier

Description

Example

FM prefix

fill mode (suppress padding blanks and zeroes)

FMMonth

TH suffix

uppercase ordinal number suffix

DDTH

th suffix

lowercase ordinal number suffix

DDth

FX prefix

fixed format global option

FX Month DD Day

Notes