Montana
fullNameVariations
postalCodeMT
apStyleMont.
gpoStyleMont.
Transformations1
Convert U.S. State full name to two-letter postal code
Montana → MT
getItemVariation('Montana', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
MT → Montana
getItemVariation('MT', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
MT → Mont.
getItemVariation('MT', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
MT → Mont.
getItemVariation('MT', VariationKey.GPO_STYLE)by Ryan Hefner