Skip to content

Commit 8ef533c

Browse files
committed
Remove dashes
1 parent 6794092 commit 8ef533c

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs
    • studio-pro-10/pluggable-widgets/pluggable-widgets-client-apis
    • studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis
    • studio-pro-9/pluggable-widgets/pluggable-widgets-client-apis-9

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/pluggable-widgets/pluggable-widgets-client-apis/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ interface DateTimeFormatter extends SimpleFormatter<Date> {
213213

214214
The `withConfig` method returns a **new formatter** with a different date pattern while preserving the user's locale. It accepts a `DateTimeFormatterConfig` with the following options:
215215

216-
* `{ type: "date" }` platform default date format
217-
* `{ type: "time" }` platform default time format
218-
* `{ type: "datetime" }` platform default datetime format
219-
* `{ type: "custom", pattern: "..." }` custom Unicode date pattern (for example `"EEEE"`, `"dd MMMM"`, `"MMMM YYYY"`)
216+
* `{ type: "date" }`: platform default date format
217+
* `{ type: "time" }`: platform default time format
218+
* `{ type: "datetime" }`: platform default datetime format
219+
* `{ type: "custom", pattern: "..." }`: custom Unicode date pattern (for example `"EEEE"`, `"dd MMMM"`, `"MMMM YYYY"`)
220220

221221
The following example formats a date attribute using a custom month-year pattern:
222222

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ interface DateTimeFormatter extends SimpleFormatter<Date> {
211211

212212
The `withConfig` method returns a **new formatter** with a different date pattern while preserving the user's locale. It accepts a `DateTimeFormatterConfig` with the following options:
213213

214-
* `{ type: "date" }` platform default date format
215-
* `{ type: "time" }` platform default time format
216-
* `{ type: "datetime" }` platform default datetime format
217-
* `{ type: "custom", pattern: "..." }` custom Unicode date pattern (for example `"EEEE"`, `"dd MMMM"`, `"MMMM YYYY"`)
214+
* `{ type: "date" }`: platform default date format
215+
* `{ type: "time" }`: platform default time format
216+
* `{ type: "datetime" }`: platform default datetime format
217+
* `{ type: "custom", pattern: "..." }`: custom Unicode date pattern (for example `"EEEE"`, `"dd MMMM"`, `"MMMM YYYY"`)
218218

219219
The following example formats a date attribute using a custom month-year pattern:
220220

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/pluggable-widgets/pluggable-widgets-client-apis-9/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ interface DateTimeFormatter extends SimpleFormatter<Date> {
183183

184184
The `withConfig` method returns a **new formatter** with a different date pattern while preserving the user's locale. It accepts a `DateTimeFormatterConfig` with the following options:
185185

186-
* `{ type: "date" }` platform default date format
187-
* `{ type: "time" }` platform default time format
188-
* `{ type: "datetime" }` platform default datetime format
189-
* `{ type: "custom", pattern: "..." }` custom Unicode date pattern (for example `"EEEE"`, `"dd MMMM"`, `"MMMM YYYY"`)
186+
* `{ type: "date" }`: platform default date format
187+
* `{ type: "time" }`: platform default time format
188+
* `{ type: "datetime" }`: platform default datetime format
189+
* `{ type: "custom", pattern: "..." }`: custom Unicode date pattern (for example `"EEEE"`, `"dd MMMM"`, `"MMMM YYYY"`)
190190

191191
The following example formats a date attribute using a custom month-year pattern:
192192

0 commit comments

Comments
 (0)