cheesegrits/filament-military-time

A simple military (24 hour) time form component for Filament

Maintainers

Package info

github.com/cheesegrits/filament-military-time

Language:JavaScript

pkg:composer/cheesegrits/filament-military-time

Fund package maintenance!

cheesegrits

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2026-04-20 16:10 UTC

This package is auto-updated.

Last update: 2026-04-20 16:21:28 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A simple military (24 hour) time form component for Filament v4 and v5, that does not rely on the browser or system time locale. Text input only, no graphical selector.

Installation

You can install the package via composer:

composer require cheesegrits/filament-military-time

Usage

use Cheesegrits\FilamentMilitaryTime\MilitaryTime;

MilitaryTime::make('time'),

Testing

composer test
npm test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.