Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
fix format describe
Browse files Browse the repository at this point in the history
  • Loading branch information
hoythan committed May 9, 2018
1 parent 5f44166 commit c2a3456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c2a3456

Please sign in to comment.