diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 4f8d01b8..5e2ab890 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -6393,6 +6393,29 @@ OK (10 msec) when the user edits this field. This should only be used if there is a limited number of different values for this attribute. + In case your field is a date value you can show a calendar for + easy editing. + + Example calendar formats: + + + + dd.mm.yy: 31.12.2016 + + + + yy-mm-dd: 2016-12-31 + + + + d M, y: 31 Dec, 16 + + + + d MM, y: 31 December, 2016 + + + @@ -8750,6 +8773,29 @@ OK (10 msec) be used if there is a limited number of different values for this attribute. + In case your field is a date value you can show a calendar for + easy editing. + + Example calendar formats: + + + + dd.mm.yy: 31.12.2016 + + + + yy-mm-dd: 2016-12-31 + + + + d M, y: 31 Dec, 16 + + + + d MM, y: 31 December, 2016 + + + diff --git a/lam/docs/manual-sources/images/customFields2.png b/lam/docs/manual-sources/images/customFields2.png index 6fdc1754..c17e0569 100644 Binary files a/lam/docs/manual-sources/images/customFields2.png and b/lam/docs/manual-sources/images/customFields2.png differ