Carbon_Fields\Field\Date_Field::template PHP Method

template() public method

The Underscore template of this field
public template ( )
    public function template()
    {
        ?>
		<div class="input-with-button">
			<input id="{{{ id }}}" type="text" name="{{{ name }}}" value="{{ value }}" class="regular-text carbon-datepicker" />
			<span class="carbon-datepicker-trigger button icon-button hide-if-no-js"><?php 
        _e('Date', 'carbon-fields');
        ?>
</span>
		</div>
		<?php 
    }