Hallo Zusammen,
ist es möglich folgendes Feld (siehe unten) so zu ändern, dass man ein Datum eingibt und es automatisch z.B. 3 Jahre draufrechnet?
{
Key => 'WarrantyExpirationDate',
Name => 'Warranty Expiration Date',
Searchable => 1,
Input => {
Type => 'Date',
YearPeriodPast => 20,
YearPeriodFuture => 10,
},
},
Ich möchte nicht das "Expiration Date", sondern das mehr oder weniger aktuelle Datum eingeben und daraus soll er automatisch das "Expiration Date", je nach Klasse, ausgeben!