Skip to content

signalpoint/date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The DrupalGap Date module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published