We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我之前一直想封装一个获取倒计时的函数。 计算天、时、分、秒、毫秒。这些都没问题。 计算剩余年、月感觉太复杂,就不了了之了。
天、时、分、秒、毫秒
年、月
楼主这个我大概看了一下,月按30天算的,年按12个月算的。只能是个大致的时间。然而,作为一个强迫症患者,需要知道未来的一个时间距离现在的准确年月日时分秒。 仅仅一点小建议~~~
月按30
年按12个月
准确年月日时分秒
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我之前一直想封装一个获取倒计时的函数。
计算
天、时、分、秒、毫秒
。这些都没问题。计算剩余
年、月
感觉太复杂,就不了了之了。楼主这个我大概看了一下,
月按30
天算的,年按12个月
算的。只能是个大致的时间。然而,作为一个强迫症患者,需要知道未来的一个时间距离现在的准确年月日时分秒
。仅仅一点小建议~~~
The text was updated successfully, but these errors were encountered: