Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 313 Bytes

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
};