文件名称:datemath:用于评估ElasticSearch样式日期表达式的简单库
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-18 13:56:48
Go
约会 日期数学评估器。 根据ElasticSearch的日期数学: 句法 [ operator ] [ number ] [ unit ] # examples now-3d # now minus 3 days now+3h # now plus 3 hours +3M # now + 3 months, note now is optional +1y # now + 1 year operator是+或- 。 number必须是整数。 支持的单位是: y (年) M (月) w (周) d (日期) h (小时) m (分钟) s (秒)
【文件预览】:
datemath-master
----datemath_test.go(1KB)
----datemath.go(2KB)
----LICENSE(1KB)
----README.md(784B)