| Lines 210-221
          
      
      
        Link Here | 
        
          | 210 |                 [% END %] | 210 |                 [% END %] | 
        
          | 211 |                 <li> | 211 |                 <li> | 
        
          | 212 |                     <label for="from">Publication date: </label> | 212 |                     <label for="from">Publication date: </label> | 
          
            
              | 213 |                     <input id="from" type="text" name="published_on" size="15" value="[% additional_content.published_on | html %]" class="flatpickrfrom" /> | 213 |                     <input id="from" type="text" name="published_on" size="15" value="[% additional_content.published_on | $KohaDates %]" class="flatpickrfrom" /> | 
        
          | 214 |                     <div class="hint">[% INCLUDE 'date-format.inc' %]</div> | 214 |                     <div class="hint">[% INCLUDE 'date-format.inc' %]</div> | 
        
          | 215 |                 </li> | 215 |                 </li> | 
        
          | 216 |                 <li> | 216 |                 <li> | 
        
          | 217 |                     <label for="to">Expiration date: </label> | 217 |                     <label for="to">Expiration date: </label> | 
          
            
              | 218 |                     <input id="to" type="text" name="expirationdate" size="15" value="[% additional_content.expirationdate | html %]" class="flatpickrto" /> | 218 |                     <input id="to" type="text" name="expirationdate" size="15" value="[% additional_content.expirationdate | $KohaDates %]" class="flatpickrto" /> | 
        
          | 219 |                     <div class="hint"> | 219 |                     <div class="hint"> | 
        
          | 220 |                         [% INCLUDE 'date-format.inc' %] | 220 |                         [% INCLUDE 'date-format.inc' %] | 
        
          | 221 |                         [% IF category == 'news' %] | 221 |                         [% IF category == 'news' %] | 
            
              | 222 | -  |  |  |