SQLDateModifier
A date modifier for SQLite date functions such as julianDay(_:_:) and
dateTime(_:_:).
For more information, see https://www.sqlite.org/lang_datefunc.html
- 
                  
                  
Adds the specified amount of seconds
 - 
                  
                  
Adds the specified amount of minutes
 - 
                  
                  
Adds the specified amount of hours
 - 
                  
                  
Adds the specified amount of days
 - 
                  
                  
Adds the specified amount of months
 - 
                  
                  
Adds the specified amount of years
 - 
                  
                  
Shifts the date backwards to the beginning of the current day
 - 
                  
                  
Shifts the date backwards to the beginning of the current month
 - 
                  
                  
Shifts the date backwards to the beginning of the current year
 - 
                  
                  
 
View on GitHub
Install in Dash
        SQLDateModifier Enumeration Reference