]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Helper/DateTime.pm
Vor Fremdschlüsselzuweisung trans_id verwaiste Einträge in orderitems löschen
[kivitendo-erp.git] / SL / Helper / DateTime.pm
index 59a100c2ac6769536d2cc1e1e5c4ec14cb1455a7..749bd0764a8507b54a3ab6ccdede8ab2637bee36 100644 (file)
@@ -44,12 +44,12 @@ Returns the current date with the time zone set to the local time zone.
 
 =item C<to_lxoffice %param>
 
-Formats the date and time according to the current Lx-Office user's
+Formats the date and time according to the current kivitendo user's
 date format with L<Locale::format_datetime_object>.
 
 =item C<from_lxoffice $string>
 
-Parses a date string formatted in the current Lx-Office user's date
+Parses a date string formatted in the current kivitendo user's date
 format and returns an instance of L<DateTime>.
 
 Note that only dates can be parsed at the moment, not the time