jquery-dateFormat
jQuery Plugin to format Date outputs using JavaScript
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- merge-when-green.yml
- dateFormat.js
- dateFormat.min.js
- jquery-dateformat.js
- jquery-dateformat.min.js
- dateFormat.js
- jquery.dateFormat.js
- jquery-1.4.min.js
- expected_inputs_spec.js
- format_date_spec.js
- format_parse_date_spec.js
- format_pretty_date_spec.js
- issues_spec.js
- .gitignore
- .jshintrc
- .travis.yml
- bower.json
- composer.json
- Gruntfile.js
- MIT-LICENSE.txt
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/phstc/jquery-dateFormat
Downloads the entire project code from GitHub to your computer.
cd jquery-dateFormat
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm run compile
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
