Plugin Directory

Changeset 1521957


Ignore:
Timestamp:
10/25/2016 03:57:58 PM (9 years ago)
Author:
dgledson
Message:

tentativa 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webcourier-email-marketing/trunk/views/campanhas_add.php

    r1521931 r1521957  
    5252                                <div class="form-group col-md-5">
    5353                                    <label for="inputData" class="control-label">Data Prevista Envio</label>
    54                                     <input id="AplCampanha_dt_p_envio" name="AplCampanha[dt_p_envio]" type="inputData" class="form-control" value="<?= !$add ? date('dd/MM/yyyy HH:mm:ss') : '' ?>" required>
     54                                    <input id="AplCampanha_dt_p_envio" name="AplCampanha[dt_p_envio]" type="inputData" class="form-control" value="<?= !$add ? date('Y-m-d H:i:s') : '' ?>" required>
    5555                                </div>
    5656                            </div>
Note: See TracChangeset for help on using the changeset viewer.