Revision 3711d95e
Von Thomas Heck vor etwa 11 Jahren hinzugefügt
SL/Helper/DateTime.pm | ||
---|---|---|
12 | 12 |
return shift->now(time_zone => $::locale->get_local_time_zone)->truncate(to => 'day'); |
13 | 13 |
} |
14 | 14 |
|
15 |
sub to_kivitendo_time { |
|
16 |
my ($self, %params) = _hashify(1, @_); |
|
17 |
return $::locale->format_date_object_to_time($self, %params); |
|
18 |
} |
|
19 |
|
|
15 | 20 |
sub to_kivitendo { |
16 | 21 |
my ($self, %params) = _hashify(1, @_); |
17 | 22 |
return $::locale->format_date_object($self, %params); |
Auch abrufbar als: Unified diff
DateTime::to_kivitendo_time: Formatierung eines DateTimes als Zeit