Von Version < 44.6 >
bearbeitet von gru
am 13.09.2019, 10:04
Auf Version < 44.7 >
bearbeitet von gru
am 13.11.2019, 16:54
< >
Änderungskommentar: Falscher Code für Datum bei Platzhalterauswahl

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -74,17 +74,17 @@
74 74  
75 75  * {{litem styleTitle="letter-spacing:1px;" title="[%$DATE({{html~}~}&quot;{{/html~}~}<format>{{html~}~}&quot;{{/html~}~}, <lang>)%]"}}{{info}}Verfügbar ab FORMCYCLE Version 6.0.5{{/info}} Aktuelles Datum. Die Parameter sind optional. Ohne Parameter wird das Datum im Standardformat zurückgegeben. Durch die Paramater kann das Format und die Sprache bestimmt werden.
76 76  
77 -Beispiel: {{code}}[%$DATE("dd.mm.yyyy", de)%]{{/code}}
77 +Beispiel: {{code}}[%$DATE("dd.MM.yyyy", de)%]{{/code}}
78 78  
79 79  (siehe [[SimpleDateFormat>>https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html]]){{/litem}}
80 80  * {{litem styleTitle="letter-spacing:1px;" title="[%$FORM_DATE_CREATED({{html~}~}&quot;{{/html~}~}<format>{{html~}~}&quot;{{/html~}~}, <lang>)%]"}}{{info}}Verfügbar ab FORMCYCLE Version 6.0.5{{/info}} Erstellungsdatum des Vorgangs. Die Parameter sind optional. Ohne Parameter wird das Datum im Standardformat zurückgegeben. Durch die Paramater kann das Format und die Sprache bestimmt werden.
81 81  
82 -Beispiel: {{code}}[%$FORM_DATE_CREATED("dd.mm.yyyy", de)%]{{/code}}
82 +Beispiel: {{code}}[%$FORM_DATE_CREATED("dd.MM.yyyy", de)%]{{/code}}
83 83  
84 84  (siehe [[SimpleDateFormat>>https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html]]){{/litem}}
85 85  * {{litem styleTitle="letter-spacing:1px;" title="[%$FORM_DATE_MODIFIED({{html~}~}&quot;{{/html~}~}<format>{{html~}~}&quot;{{/html~}~}, <lang>)%]"}}{{info}}Verfügbar ab FORMCYCLE Version 6.0.5{{/info}} Datum der letzten Änderung des Vorgangs. Die Parameter sind optional. Ohne Parameter wird das Datum im Standardformat zurückgegeben. Durch die Paramater kann das Format und die Sprache bestimmt werden.
86 86  
87 -Beispiel: {{code}}[%$FORM_DATE_MODIFIED("dd.mm.yyyy", de)%]{{/code}}
87 +Beispiel: {{code}}[%$FORM_DATE_MODIFIED("dd.MM.yyyy", de)%]{{/code}}
88 88  
89 89  (siehe [[SimpleDateFormat>>https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html]]){{/litem}}
90 90  
Copyright 2000-2024