feat: Hinzufügen der detaillierten aktuellen Uhrzeit mit Zeitzoneninformation im Format "dd.mm.yyyy, hh:mm:ss GMT+X".

This commit is contained in:
Developer 02
2024-07-18 17:21:54 +02:00
parent 9b28c0a1d1
commit 35ced9b9ad
3 changed files with 14 additions and 10 deletions

View File

@@ -62,7 +62,7 @@
backgroundColor: PSPDFKit.Color.DarkBlue,
blendMode: 'multiply',
boundingBox: new PSPDFKit.Geometry.Rect({
width: width * 0.75,
width: width * 1.55,
height: height / 2,
top: top + height + 25 + date_place_top_shift,
left: left + width * 1.30,
@@ -77,7 +77,7 @@
const formFieldDate = new PSPDFKit.FormFields.TextFormField({
name: id_date,
annotationIds: PSPDFKit.Immutable.List([annotation_date.id]),
value: locale_date_dd_mm_yyyy(),
value: detailedCurrentDate(),
readOnly: true
})