This project is not covered by Drupal’s security advisory policy.

The project seems to duplicate Views Date Format SQL functionality.

The module adds a Views field handler for timestamp date fields. The primary reason was to allow to aggregate the field not only by its full value (which commonly has no sense) but also by its components (e.g. only year and month).

A use case: aggregate nodes by created date to see statistics by day.

For now you will also need to implement a hook_views_data() to apply it to a field. See visualn_commerce.views.inc in VisualN Commerce for an example.

For more info check the issue #2883872: Add an option for granular timestamp date aggregation in Views.

Note: At the moment only mysql is supported.

Supporting organizations: 

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • Created by kpv on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases