Show time in the word
Zeigt die aktuelle Uhrzeit auf der ganzen Welt an
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://unpkg.com/jquery-datetimepicker@2.5.21/build/jquery.datetimepicker.full.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/jquery-datetimepicker@2.5.21/jquery.datetimepicker.css">
<style>
*{
margin:0;
padding:0;
}
body{
display:flex;
flex-direction:column;
}
figure{
width:100%;
}
figure img{
width:100%;
}
</style>
</head>
<body>
<div class="entry-image-wrapper-single"><figure class="post-thumbnail"><img src="image/Convert-time-in-different-timezone-PHP.png"></figure></div>
<div style="margin-top: 50px; margin-bottom: 50px;">
<table>
<tr>
<td><label>Enter time</label></td>
<td><input type="text" name="time" placeholder="15:43" id="service-time"></td>
<td><button id="los" type="button" onclick="setCurrentTime();" class="btn btn-primary">Current time</button></td>
</tr>
</table>