diff --git a/README.md b/README.md index 6cecc20e..481dfa12 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ -# Date and Time +# Date and Time Get the time, date, day of the week ## About Get the local time or time for major cities around the world. Times are given in 12-hour (2:30 pm) or 24-hour format (14:30) based on the -Time Format setting at [Home](https://home.mycroft.ai/#/setting/basic) +Time Format setting at your [mycroft.conf](https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L33): -Time can optionally be shown on a display, like a digital clock. See -the [Skill Setting](https://home.mycroft.ai/#/skill). +```json +{ + // Time format, either 'half' (e.g. "11:37 pm") or 'full' (e.g. "23:37") + "time_format": "half", + + // Date format, either 'MDY' (e.g. "11-29-1978") or 'DMY' (e.g. "29-11-1978") + "date_format": "MDY", +} +``` ## Examples * "What time is it?"