Downloads

Download date-5.x-2.x-dev.tar.gztar.gz 190.04 KB
MD5: 8fc3fa7fc2666585537ec23c3f4a23d1
SHA-1: 2bfdf79e665c0578dd3ee78668afbad9c8183009
SHA-256: 4a4fa3ca3b0f83a9a2c1e6ad17b3b9394ac461baf09b7dbe8ba62ad92649ccf5
Download date-5.x-2.x-dev.zipzip 216.85 KB
MD5: 97f3fa97bdcaba35ab185b0c977c8e8d
SHA-1: 93b5950d6133866fca752733cc91811c89d28438
SHA-256: 7058f491244852604b6584b05c9334b12b769bf49ba59526487e90729ccb08b0

Release notes

This is a completely new version of the Date API, with lots of improvements and new features:

* The Date API now uses PHP 5.2 date functions for better date and timezone handling (and has PHP 4 emulations for those functions so the module will work in PHP4).
* iCal integration is greatly improved, an iCal parser can parse events, alarms, most types of dates and timezones, duration, repeat rules, and more.
* The Date API creates date elements that can be used by any module, including 'date_select', 'date_textfield', and 'date_timezone'.
* A new Date Timezone module overloads the site and user timezone selectors to allow you to select a timezone name instead of a timezone offset, and that stored name is used to properly adjust date values. It also detects the user's timezone name automatically and updates the user record with that name.
* A new Date Popup module creates a jQuery popup calendar date picker and time picker, and the element is available to other modules as a form type of 'date_popup'.
* The Date module now has lots of new ways to define default values -- you can set a the default to 'blank', 'now', or 'relative', where relative is something like '+90 days'. The To date has a separate default value, which can be the same as the From date or do something different.
* A Date Repeat API module is has been added which can be used by any other module. The CCK Date module uses it to allow you to select 'repeating' as a type of multiple date, present the user with a form to select the repeat rules for their date, and then create all the multiple values that match those rules.

Created by: KarenS
Created on: 29 Jan 2008 at 16:27 UTC
Last updated: 6 Jul 2016 at 20:22 UTC
New features

Other releases