From 681f36757c35911743b769761e8accd0a445024a Mon Sep 17 00:00:00 2001 From: lisaavikarii <99261428+lisaavikarii@users.noreply.github.com> Date: Sun, 13 Feb 2022 20:42:08 +0100 Subject: [PATCH] readme update --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc0d0af..1350f9b 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,12 @@ npm start ### DisplayOption -| Parameter Name | Type | Description | -| :------------- | :------ | :---------------------------------------------------------------------------------------------- | -| viewMode | enum | Specifies the time scale. Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. | -| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | -| rtl | boolean | Sets rtl mode. | +| Parameter Name | Type | Description | +| :------------- | :------ | :---------------------------------------------------------------------------------------------------- | +| viewMode | enum | Specifies the time scale. Hour, Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. | +| viewDate | date | Specifies display date and time for display. | +| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | +| rtl | boolean | Sets rtl mode. | ### StylingOption