Antwort

0
ranges: { 
    'Today': [moment(), moment()], 
    'This Week': [moment().startOf('week'), moment()], 
    'This Month': [moment().startOf('month'), moment().endOf('month')], 
    'All Time': [null, null] 
} 
Verwandte Themen