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

feat(core/date): Compare with another time #134

Open
xiaodong2008 opened this issue Oct 16, 2024 · 0 comments
Open

feat(core/date): Compare with another time #134

xiaodong2008 opened this issue Oct 16, 2024 · 0 comments

Comments

@xiaodong2008
Copy link
Member

Feature Quick Overview:

const dateObj = date.now()
setTimeout(() => {
	date.now().compare(dateObj) // 1000
	dateObj.compare(dateObj) // -1000

	date.compare(date.now(), dateObj) // 1000
}, 1000)
@xiaodong2008 xiaodong2008 self-assigned this Oct 16, 2024
@xiaodong2008 xiaodong2008 changed the title Feat(core/date): Compare with another time feat(core/date): Compare with another time Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant