Reference Links
 
If you need to add any Listing component then check above devdoc guide.
 
 
 
 

Grid using UI Component in Magento 2

 
 
To show the date in different format use this code under \view\adminhtml\ui_component\ .._...listing.xml
 
        
            
                dateRange
                date
                
                MMMM d, Y
 
When you need to show some data into Magento 2 admin grid we generally need to create a table into Database which data we will show in Grid.