xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

Support passing floating point numbers to constructor, setting microseconds #345

Closed thekid closed 3 weeks ago

thekid commented 1 month ago
use util\Date;

new Date(1723897264);     // 12:21:04.000
new Date(1723897264.123); // 12:21:04.123