Python 的灵活英文日期短语库?

发布于 2024-10-08 01:43:52 字数 214 浏览 2 评论 0原文

我正在寻找一个函数,可以将英语日期短语转换为某种代表适当日期的 Python 日期对象。

我正在寻找的事情的一个例子(尽管我很灵活):

  • 从现在起三天
  • 昨天
  • 一个月内
  • 明年
  • 2011 年 1 月 18 日
  • 下周三

有这样的事情吗?也许有另一种语言的吗?

I'm looking for a function that can convert an English date phrase to some kind of Python date object representing the appropriate date.

An example of the kinds of things I'm looking for (though I'm flexible):

  • Three days from now
  • yesterday
  • In a month
  • Next year
  • January 18, 2011
  • Next Wednesday

Is there such a thing? Is there one perhaps in another language?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清晨说晚安 2024-10-15 01:43:52

parsedatetime,永远的经典:http://code.google.com/p/parsedatetime/

parsedatetime, always a classic: http://code.google.com/p/parsedatetime/

金兰素衣 2024-10-15 01:43:52

我认为这里最好的选择是 mxDateTime。该文档似乎表明它可以满足您的要求。

I think the best bet here would be the mxDateTime. The documentation seems to suggest that it does what you're looking for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文