Welcome To Snipplr


Everyone's Recent Python Snippets Tagged format



« Prev 1 Next »
Reference of simple operations with dates, such as formatting and arithmetic.
0 679 posted 12 years ago by denakitan
Python allows for strings to be formatted using a predefined format string with a list of variables. The following is an example of using multiple format strings to display the same data:
0 540 posted 14 years ago by magicrebirth
For some reason it took me a bit to realize that you had to use datetime.datetime
0 507 posted 14 years ago by iloveitaly
« Prev 1 Next »