Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

date_api.module

Version

1.1.4.9 (checked in on 2007/10/26 at 20:12:58 by karens)

Description

A module that will make the date API available to other modules with no dependencies on CCK. To use it, install the module, then add the following code wherever date api functions are needed:

date_load('date.inc');

Constants

Namesort iconDescription
DATE_DATETIME
DATE_FORMAT_DATETIME
DATE_FORMAT_ICAL
DATE_FORMAT_ISO
DATE_ISO
DATE_REGEX_DATETIME
DATE_REGEX_ISO
DATE_REGEX_LOOSE
DATE_STRING_ISO
DATE_UNIX

Functions

Namesort iconDescription
date_api_simpletestImplementation of hook_simpletest().
date_default_timezone_nameWe do this in lots of places, so make it a function.
date_loadHelper to include large files only when needed.
date_padHelper function to left pad date parts with zeros. Provided because this is needed so often with dates.