dt . minus ( { days : 7 } ) ;
If you want to change selection, open document below and click on "Move attachment"
luxon - Immutable date wrapper new instance with different properties". Math This is easier to show than to tell. All of these calls return new DateTime instances: var dt = DateTime.now(); dt.plus({ hours: 3, minutes: 2 }); <span>dt.minus({ days: 7 }); dt.startOf('day'); dt.endOf('hour'); Set You can create new instances by overriding specific properties: var dt = DateTime.now(); dt.set({hour: 3}).hour //=> 3 Intl Luxon provides se Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details