From c2a34563d7b8b3015dd4437d5f76d1473f87ee89 Mon Sep 17 00:00:00 2001 From: hoythan Date: Wed, 9 May 2018 11:16:04 +0800 Subject: [PATCH] fix format describe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 270a8e0..c6c72c9 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ type | `String` | `date` | Picker type. date or datetime. input-class | `String` | `''` | Class for the input. value-zone | `String` | `UTC` | Time zone for the value. zone | `String` | `local` | Time zone for the picker. -format | `Object` or `String` | `DateTime.DATE_MED` or `DateTime.DATETIME_MED` or yyyy-MM-dd | Input date format. +format | `Object` or `String` | `DateTime.DATE_MED` or `DateTime.DATETIME_MED` or `yyyy-MM-dd` | Input date format. phrases | `Object` | `{ok: 'Ok', cancel: 'Cancel'}` | Phrases. use12-hour | `Boolean` | `false` | Display 12 hour (AM/PM) mode hour-step | `Number` | `1` | Hour step.