@extends('layouts.frontend_default') @section('title', 'Home') @section('content') Convert Dates Date Hours Hours (00) @for($i = 0; $i < 24; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Minutes Minutes (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Seconds Seconds (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Julian Date Time convert Convert Timezones Country @foreach($allcountries as $key => $country) ({{$country->zone_plus_minus}}{{$country->timezone}}) {{$country->country_name}} ({{$country->country_code}}) @if($country->timezone_name != 'NA') ({{$country->timezone_name}}) @endif @endforeach Date Hours Hours (00) @for($i = 0; $i < 24; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Minutes Minutes (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Seconds Seconds (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor To Country @foreach($allcountries as $key => $country) ({{$country->zone_plus_minus}}{{$country->timezone}}) {{$country->country_name}} ({{$country->country_code}}) @if($country->timezone_name != 'NA') ({{$country->timezone_name}}) @endif @endforeach Date Hours Hours (00) @for($i = 0; $i < 24; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Minutes Minutes (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Seconds Seconds (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor GMT: convert Convert Timezones With DST Country @foreach($allcountries as $key => $country) ({{$country->zone_plus_minus}}{{$country->timezone}}) {{$country->country_name}} ({{$country->country_code}}) @if($country->timezone_name != 'NA') ({{$country->timezone_name}}) @endif @endforeach Date Hours Hours (00) @for($i = 0; $i < 24; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Minutes Minutes (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Seconds Seconds (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor To Country @foreach($allcountries as $key => $country) ({{$country->zone_plus_minus}}{{$country->timezone}}) {{$country->country_name}} ({{$country->country_code}}) @if($country->timezone_name != 'NA') ({{$country->timezone_name}}) @endif @endforeach Date Hours Hours (00) @for($i = 0; $i < 24; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Minutes Minutes (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor Seconds Seconds (00) @for($i = 0; $i < 60; $i++) {{str_pad($i, 2, '0', STR_PAD_LEFT)}} @endfor GMT: convert @section('js_script') @endsection @endsection