-
## Setting the locale code
It also needs `MAT_DATE_LOCALE` injection token to customize the locale code. Please check the Material docs:
https://material.angular.io/components/datepicker/overvie…
nzbin updated
2 months ago
-
I'm just wondering why `fromISO` accepts pretty much every input while `fromFormat` need to match 100%:
```
//Why is this getting parsed?
const iso = DateTime.fromISO('11');
console.log(iso.toIS…
-
### Check that this is really a bug
- [X] I confirm
### Reproduction link
https://codesandbox.io/p/sandbox/friendly-margulis-n7mfrv?file=%2Fsrc%2Findex.js
### Bug description
Luxon localizer use …
-
### Description
The following snippet blocks the process
```js
import { CronJob } from "cron";
const job2 = new CronJob(
"0 1 30 3 *",
function () {
console.log("You will see this messa…
-
### What happened?
The code below used to work, but on the latest Obsidian and Dataview update it doesn't work. I found the following issue in luxon detailing the issue and fix: https://github.com/mo…
-
~/LessonAug21/thimble$ node start_server.js
node:internal/modules/cjs/loader:988
throw err;
^
Error: Cannot find module 'luxon'
Require stack:
- /home/runner/LessonAug21/thimble/start_serv…
-
### Checklist
Please mark these items with an [x]
- [x] I've already searched through [existing tickets](https://fullcalendar.io/issues)
- [x] Other people will find this feature useful
…
-
### Bug description
Hi.
I have error when install 4.1.0 (docker, through docker-compose-non-dev.yml )
```24.49 npm error Invalid: lock file's luxon@3.4.4 does not satisfy luxon@3.5.0```
i thin…
-
**Describe the bug**
I can't convert the date from one zone to another timezone. getting error
```
/Users/mirajehossain/Projects/cheq/cheq-marlins-report-generator/node_modules/luxon/build/node/lu…
-
The package.json file specifies that the CJS build should be delivered to 'browsers'. I'm not sure why this decision was made, but it's not a valid assumption.
eg. using rollup with nodeResolve plu…