How do I remove the year from a date field

  • HeartlandRegistrations
    Asked on September 12, 2016 at 3:19 PM
  • Kevin Support Team Lead
    Replied on September 12, 2016 at 5:51 PM

    Please inject this CSS code to your form: 

    [data-type="control_datetime"] span:nth-child(3), [data-type="control_datetime"] span:nth-child(2) .date-separate{

        display:none;

    }

    This guide will help you to inject it: How-to-Inject-Custom-CSS-Codes

    This should be the result: 

    How do I remove the year from a date field Image 1 Screenshot 20