fix formatting
This commit is contained in:
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
<p class="form-field form-field-wide">
|
||||
<label for="estimated-delivery-date">Estimated delivery date:</label>
|
||||
<input id="estimated-delivery-date" name="estimated-delivery-date"
|
||||
type="date" value="<?php echo $formated_global_estimated_delivery_date ?>"
|
||||
type="date" value="<?php echo $global_estimated_delivery_date ? date("Y-m-d", $global_estimated_delivery_date) : ""; ?>"
|
||||
onChange="onGlobalEstimatedDeliveryDateChange(this.value)"/>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user