diff options
Diffstat (limited to 'client/widgets/datetime.h')
-rw-r--r-- | client/widgets/datetime.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/widgets/datetime.h b/client/widgets/datetime.h index d238ea0..84df018 100644 --- a/client/widgets/datetime.h +++ b/client/widgets/datetime.h @@ -35,7 +35,10 @@ /*** * Date and Time Widget * @tag datetime - * @screenshot + * @screenshot Example with fuzziness="1" and value="1234567890" + * <datetime name="x" fuzziness="1" value="1234567890"/> + * @screenshot Example with fuzziness="7" and value="1234567890" + * <datetime name="x" fuzziness="7" value="1234567890"/> * @extends widget * This widget is used to get structured time and date information. * <em>NOTE</em>: The value attribute must be a unix timestamp (number of |