Customized moment.js for Nextcloud https://npmjs.org/@nextcloud/moment
Перейти к файлу
dependabot[bot] e8bfd5b599
chore(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](b9fd7d16f6...985343d705)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 10:28:45 +00:00
.github chore(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.4 2024-11-20 10:28:45 +00:00
LICENSES
build
l10n fix(l10n): Translate l10n/messages.pot in sk_SK 2024-10-28 18:56:40 +00:00
lib
test
.gitignore
AUTHORS.md
CHANGELOG.md
LICENSE
README.md docs: Add REUSE status badge 2024-07-17 15:33:20 +02:00
REUSE.toml
package-lock.json chore(deps-dev): Bump vite from 5.4.10 to 5.4.11 2024-11-16 02:22:53 +00:00
package.json chore(deps): Bump @nextcloud/l10n from 2.2.0 to 3.1.0 2024-10-13 06:20:08 +00:00
transifex.yml
tsconfig.json
vite.config.ts
vitest.config.ts

README.md

@nextcloud/moment

REUSE status Build Status npm Documentation

Customized moment.js for Nextcloud automatic locale detection.

Installation

npm i -S @nextcloud/moment

Usage

import moment from '@nextcloud/moment'

moment(1578511019).format('L')
// -> returns date formatted in format according to user locale