The DrupalGap Date module.
- Download
- Browse code repository
- Issues (15)
- Star Gazers (0)
- Forks (6)
- Updated: 2016-03-18
Drupal Core:
- 7.x
date
The DrupalGap Date module.
settings.js
You can load either the date.js file, or the date.min.js file using one of these snippets in your settings.js file:
// Load date.js
Drupal.modules.contrib['date'] = {};
// Load date.min.js
Drupal.modules.contrib['date'] = {
minified: true
};