diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-05-27 15:20:05 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-30 13:00:41 -0700 |
| commit | 0ea23112cfa0d82738b0f08d60d90579721b7524 (patch) | |
| tree | 392dee3654d0f3839944f748819a39c8ce20192c /rt/share/html/Elements/EditCustomFieldDateTime | |
| parent | 60dd95422a1ad4724e0c5d9dd7f8e8878cd96aa8 (diff) | |
rt 4.0.20 (RT#13852)
Diffstat (limited to 'rt/share/html/Elements/EditCustomFieldDateTime')
| -rw-r--r-- | rt/share/html/Elements/EditCustomFieldDateTime | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/share/html/Elements/EditCustomFieldDateTime b/rt/share/html/Elements/EditCustomFieldDateTime index 25d1ce160..edf125e80 100644 --- a/rt/share/html/Elements/EditCustomFieldDateTime +++ b/rt/share/html/Elements/EditCustomFieldDateTime @@ -50,7 +50,7 @@ <%INIT> my $DateObj = RT::Date->new ( $session{'CurrentUser'} ); -$DateObj->Set( Format => 'ISO', Value => $Default ); +$DateObj->Set( Format => $Format, Value => $Default ); </%INIT> <%ARGS> $Object => undef @@ -59,4 +59,5 @@ $NamePrefix => undef $Default => undef $Values => undef $MaxValues => 1 +$Format => 'ISO' </%ARGS> |
