moment-jalaali.js code example
Example 1: javascript moment
m = moment('2013-03-01', 'YYYY-MM-DD')
Example 2: moment.js
npm install moment --save # npm
yarn add moment # Yarn
Install-Package Moment.js # NuGet
spm install moment --save # spm
meteor add momentjs:moment # meteor
bower install moment --save # bower (deprecated)