Format
The available formats for reading and storing date components.
- 
                  
                  
The format “yyyy-MM-dd”.
 - 
                  
                  
The format “yyyy-MM-dd HH:mm”.
This format is lexically comparable with SQLite’s CURRENT_TIMESTAMP.
 - 
                  
                  
The format “yyyy-MM-dd HH:mm:ss”.
This format is lexically comparable with SQLite’s CURRENT_TIMESTAMP.
 - 
                  
                  
The format “yyyy-MM-dd HH:mm:ss.SSS”.
This format is lexically comparable with SQLite’s CURRENT_TIMESTAMP.
 - 
                  
                  
The format “HH:mm”.
 - 
                  
                  
The format “HH:mm:ss”.
 - 
                  
                  
The format “HH:mm:ss.SSS”.
 
View on GitHub
Install in Dash
        Format Enumeration Reference