mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Use @inputmode="number" instead of <input type="number">
This commit is contained in:
parent
39db272cb1
commit
d3bde7d195
5 changed files with 22 additions and 13 deletions
|
@ -2,7 +2,6 @@
|
|||
// Auto-included by Composer in composer.json to satisfy PHPStan
|
||||
use Safe\DateTime;
|
||||
use function Safe\define;
|
||||
use function Safe\strtotime;
|
||||
|
||||
$now = new DateTime('now', new DateTimeZone('UTC'));
|
||||
$nowPd = new DateTime('now', new DateTimeZone('America/Juneau')); // Latest continental US time zone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue