| Recommend this page to a friend! |
| Info | Documentation | Screenshots | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-07-28 (Less than 1 hour ago) | Not yet rated by the users | Total: 159 | All time: 8,989 This week: 67 | |||||
| Version | License | PHP version | Categories | |||
| worldclock 1.0.1 | Custom (specified... | 5 | HTML, PHP 5, Time and Date |
| Description | Author | |
This package can display the time in different time zones. |
A Laravel Nova card to display world clock
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/world-clock
Add the below to app/Providers/NovaServiceProvder.php
namespace App\Providers;
[...]
use Naif\WorldClock\WorldClock;
class NovaServiceProvider extends NovaApplicationServiceProvider
{
[...]
public function card()
{
return [
(new WorldClock())
->timezones([
'Asia/Tokyo',
'Asia/Dubai',
'America/new_york',
'America/los_angeles',
])
->timeFormat('h:i') //Optional time format default is: 'h:i:s'
->updatePeriod(1000) //Optional to set updating time period in millisecond default is 1000 ms = 1 second
];
}
[...]
}
<img src="https://raw.githubusercontent.com/naifalshaye/worldclock/master/screenshots/screenshot.png" width="350">
https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.
| Screenshots (1) | ||
| File | Role | Description | ||
|---|---|---|---|---|
| Data | Auxiliary data | |||
| Lic. | License text | |||
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Doc. | Documentation | |||
| Data | Auxiliary data | |||
| / | src |
| File | Role | Description | ||
|---|---|---|---|---|
| |
Class | Class source | ||
| |
Class | Class source | ||
| / | src | / | Http | / | Controllers |
| File | Role | Description |
|---|---|---|
| |
Class | Class source |
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.