calendar fields for custom fields
This commit is contained in:
parent
46840ce839
commit
3f4e2ab3c1
|
@ -6393,6 +6393,29 @@ OK (10 msec)</programlisting>
|
||||||
when the user edits this field. This should only be used if there is a
|
when the user edits this field. This should only be used if there is a
|
||||||
limited number of different values for this attribute.</para>
|
limited number of different values for this attribute.</para>
|
||||||
|
|
||||||
|
<para>In case your field is a date value you can show a calendar for
|
||||||
|
easy editing.</para>
|
||||||
|
|
||||||
|
<para>Example calendar formats:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>dd.mm.yy: 31.12.2016</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>yy-mm-dd: 2016-12-31</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>d M, y: 31 Dec, 16</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>d MM, y: 31 December, 2016</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
|
@ -8750,6 +8773,29 @@ OK (10 msec)</programlisting>
|
||||||
be used if there is a limited number of different values for this
|
be used if there is a limited number of different values for this
|
||||||
attribute.</para>
|
attribute.</para>
|
||||||
|
|
||||||
|
<para>In case your field is a date value you can show a calendar for
|
||||||
|
easy editing.</para>
|
||||||
|
|
||||||
|
<para>Example calendar formats:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>dd.mm.yy: 31.12.2016</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>yy-mm-dd: 2016-12-31</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>d M, y: 31 Dec, 16</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>d MM, y: 31 December, 2016</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue