gpt4 book ai didi

javascript - 时刻.js : How to get general semantic expression of time given a number of days

转载 作者:行者123 更新时间:2023-11-29 21:14:20 25 4
gpt4 key购买 nike

假设我有一个字段包含以天数表示的妊娠期:

var gestation = 132; // days

现在,比方说,我想使用 Moment.js 返回一个值,该值根据其长度计算出该妊娠期的语义表达式。换句话说,如果妊娠期是 10 天,我希望该方法返回 about a week10 days 或类似的值。如果妊娠期是 365 天,我希望该方法返回值 一年 等等。

如何编写 Moment.js 表达式来实现这一点?

This seems similar to the Time to X approach described here in the docs .但不完全是。

最佳答案

一个可能的解决方案是使用 subtract() 结合 to() 就像这个 jsfiddle

关于javascript - 时刻.js : How to get general semantic expression of time given a number of days,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40100116/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com