We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
formatWithoutLocale
1 parent 34b5447 commit 0ab09bcCopy full SHA for 0ab09bc
src/datetime/formatWithoutLocale.ts
@@ -302,6 +302,9 @@ export interface FormatWithoutLocaleOptions {
302
* If you are 100% sure what you are doing and want to format numeric date info of non-ISO date intentionally,
303
* pass `formatNonIsoDate` option.
304
*
305
+ * Characters between two single quotes (`'`) in the format are escaped.
306
+ * Two consecutive single quotes (`''`) in the format always represents one single quote (`'`).
307
+ *
308
* Available field patterns are subset of date field symbols in Unicode CLDR,
309
* see https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table for details.
310
0 commit comments