Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



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

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.