Posts by Helio Barbosa • 9 points
2 posts
-
0
votes1
answer37
viewsA: Detect date used with PHP
Datetime::getTimezone() - Returns the time zone corresponds to an informed Datetime Datetimezone::__Construct() - Creates a new Datetimezone object For more information see the links below…
-
0
votes2
answers61
viewsA: comparison of dates with javascript
<script> function comparadatas() { const data_inicio = document.getElementById("data_inicio"); const data_fim = document.getElementById("data_fim"); if (data_inicio.value == "" ||…
javascriptanswered Helio Barbosa 9