get date wrapper to datetime module

get_date wrapper to datetime module 1.0

get_date wrapper to datetime module 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 429
  • Released: Jun 7, 2007

get_date wrapper to datetime module 1.0 Description

The datetime module only accepts inputs of time it understands. For example, the months given to it have to be in range of values 1-12.

This wrapper works around that issue and enables you to move forward or backward more arbitrary units of time. It does that by changing the year, month, and day to fit the requirements of datetime.

get_date wrapper to datetime module 1.0 Keywords

get date wrapper to datetime module Bookmark

Hyperlink code:
Hyperlink for Forum code:

get_date wrapper to datetime module 1.0 Script Download Notice

Top 4 Download periodically updates information of get_date wrapper to datetime module 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. get_date wrapper to datetime module 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Timeit module wrapper

This script contains a simple, easy to use wrapper function for doing quick tests of your functions using the timeit module.The timeit module provides an easy way of testing the performance ... case using timeit for the first time. This wrapper provides an easy to use interface for it. ...
Python

Automatic indentation of output

This script is an output stream wrapper; possibly useful for debugging code with print statements. When write() is called, it makes a note of the calling frame. The indentation level is equal to the number of frames in the call stack which have been previously noted. ...
Python

A simple date class

... can be used by anyone who wants a date object for a program. The code was written as a help for someone trying to do the same thing in C . ...
Python

How to Set Environment Variables

... script writes the environment variables using a batch file wrapper. It overcomes an operating system limitation. ...
Python

How to disable debug logging in release version

... possible via custom configuring debug levels at all modules, but may be implemented using a simple wrapper around logging.getnted usinfunction. ...
Python