Python论坛  - 讨论区

标题:[python-chinese] python的日期相加

2006年08月11日 星期五 17:38

OnMyWay nfgz at tom.com
Fri Aug 11 17:38:01 HKT 2006

需要写一个脚本,把三天以前的文档删除,文件命名规范为: file_20060811_.jpg.

可以用脚本提取文件名中的时间,问题是如何获得前三天的日期??

例如今天是20060811,怎样从当前日期获得20060808的日期???日期直接相减吗???

谢谢各位大侠!


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年08月11日 星期五 17:52

Andelf andelf at gmail.com
Fri Aug 11 17:52:00 HKT 2006

from datetime import datetime,timedelta
start = datetime.now()
i = 3
end = start - timedelta(i)

在06-8-11,OnMyWay <nfgz at tom.com> 写道:
>
> 需要写一个脚本,把三天以前的文档删除,文件命名规范为: file_20060811_.jpg.
>
> 可以用脚本提取文件名中的时间,问题是如何获得前三天的日期??
>
> 例如今天是20060811,怎样从当前日期获得20060808的日期???日期直接相减吗???
>
> 谢谢各位大侠!
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060811/314225d1/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年08月11日 星期五 17:53

Leo Jay python.leojay at gmail.com
Fri Aug 11 17:53:23 HKT 2006

On 8/11/06, OnMyWay <nfgz at tom.com> wrote:
>
> 需要写一个脚本,把三天以前的文档删除,文件命名规范为: file_20060811_.jpg.
>
> 可以用脚本提取文件名中的时间,问题是如何获得前三天的日期??
>
> 例如今天是20060811,怎样从当前日期获得20060808的日期???日期直接相减吗???
>
> 谢谢各位大侠!
>
> 见python manual中library reference的6.10节,尤其是6.10.4


-- 
Best Regards,
Leo Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060811/e5ec16e0/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年08月11日 星期五 18:11

Zoom.Quiet zoom.quiet at gmail.com
Fri Aug 11 18:11:04 HKT 2006

On 8/11/06, OnMyWay <nfgz at tom.com> wrote:
> 需要写一个脚本,把三天以前的文档删除,文件命名规范为: file_20060811_.jpg.
>
> 可以用脚本提取文件名中的时间,问题是如何获得前三天的日期??
>
> 例如今天是20060811,怎样从当前日期获得20060808的日期???日期直接相减吗???
>
> 谢谢各位大侠!
看一下 datetime 模块就知道了^^

>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号