follows:
A date/time pattern is a string of characters, where specific strings of
- characters are replaced with date and time data from a calendar when formatting
- or used to generate data for a calendar when parsing. […]
+ characters are replaced with date and time data from a calendar when
+ formatting or used to generate data for a calendar when parsing. […]
Characters may be used multiple times. For example, if ``y`` is used for the
year, ``yy`` might produce "99", whereas ``yyyy`` produces "1999". For most
the `Locale Data Markup Language specification`_. The following table is just a
relatively brief overview.
- .. _`Locale Data Markup Language specification`: http://unicode.org/reports/tr35/#Date_Format_Patterns
+ .. _`Locale Data Markup Language specification`:
+ http://unicode.org/reports/tr35/#Date_Format_Patterns
Date Fields
-----------