Maintainers strive to actively monitor issues and respond in a timely manner.

BAM Branding

Project of the Branding and Marketing committee.

BAM branding: [TBD]

How:

  1. Audit on Drupal Marketing Material
  2. Improve DrupalCamp Visibility



Other BAM projects:

BAM Research

Project of the Branding and Marketing committee.

BAM research: [TBD]

How:

  1. Ongoing market research to verify target audiences or change them based on the outcome of the research.
  2. Competitive research
  3. Quick Review of D.o Marketing Message



Other BAM projects:

BAM Infrastructure

Project of the Branding and Marketing committee.

BAM infrastructure: organizing the Drupal Branding and Marketing Committee, tools and processes.



Other BAM projects:

Date Range

FOREWARNING

As you can see, my English is really ugly and awkward, so don't hesitate to point out all my obvious mistakes or even send me patches for module messages and documentation. Thank you in advance!

SUMMARY

The Date Range module implements a custom field which allows you to enter dates and periods as a text string with an arbitrary precision, e.g.:

1991 - a period, consisted of all days of year 1991;
2012.02 - all days of February 2012;
1917.10.25 - October 25, 1917 exactly;
1941-1945 - a period from the beginning of 1941 till the end of 1945;
1234.05.06-7890 - a period from May 06, 1234 till the end of year 7890.

A general pattern for field input is: YYYY[.MM[.DD]][-YYYY[.MM[.DD]]].

The module also implements a custom filter for Views which allows you to select nodes which are before, after, inclide, exclude or exactly equal to the specified period.

REQUIREMENTS

Mandatory: CCK for 6.x branch.

Optional: Views 2.x or 3.x for 6.x and 7.x branches.

CONFIGURATION

You can select would this field will represent a single date in form of YYYY[.MM[.DD]] or a period as described above.

TODO

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained