Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Aug 24, 2024

Conversation

thekid
Copy link
Member

@thekid thekid commented Aug 17, 2024

use util\Date;

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

@thekid thekid merged commit e77d5b2 into xp-framework:main Aug 24, 2024
13 checks passed
@thekid thekid deleted the feature/float-datetime branch August 24, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant