Ran drupal-check and found 21 errors:

16/16 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ ---------------------------------------------------------------------- 
  Line   date_time_day.module                                                  
 ------ ---------------------------------------------------------------------- 
  16     Call to deprecated method url() of class Drupal:                      
         in drupal:8.0.0 and is removed from drupal:9.0.0.                     
         Instead create a \Drupal\Core\Url object directly, for example using  
         Url::fromRoute().                                                     
  20     Call to deprecated method url() of class Drupal:                      
         in drupal:8.0.0 and is removed from drupal:9.0.0.                     
         Instead create a \Drupal\Core\Url object directly, for example using  
         Url::fromRoute().                                                     
 ------ ---------------------------------------------------------------------- 

 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  Line   src/DateDayComputed.php                                                                                                     
 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  47     Call to deprecated constant DATETIME_DATE_STORAGE_FORMAT: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use  
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATE_STORAGE_FORMAT instead.                                 
  49     Call to deprecated constant DATETIME_STORAGE_TIMEZONE: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use     
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE instead.                                    
 ------ ---------------------------------------------------------------------------------------------------------------------------- 

 ------ --------------------------------------------------------------------- 
  Line   src/Plugin/Field/FieldFormatter/DateTimeDayDefaultFormatter.php      
 ------ --------------------------------------------------------------------- 
  151    Call to deprecated function datetime_date_default_time():            
         in drupal:8.5.0 and is removed from drupal:9.0.0. Use                
         \Drupal\Component\Datetime\DateTimePlus::setDefaultDateTime() or     
         \Drupal\Core\Datetime\DrupalDateTime::setDefaultDateTime() instead.  
 ------ --------------------------------------------------------------------- 

 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  Line   src/Plugin/Field/FieldType/DateTimeDayFieldItemList.php                                                                     
 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  139    Call to deprecated constant DATETIME_STORAGE_TIMEZONE: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use     
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE instead.                                    
  140    Call to deprecated constant DATETIME_DATE_STORAGE_FORMAT: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use  
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATE_STORAGE_FORMAT instead.                                 
  146    Call to deprecated constant DATETIME_STORAGE_TIMEZONE: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use     
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE instead.                                    
  153    Call to deprecated constant DATETIME_STORAGE_TIMEZONE: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use     
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE instead.                                    
 ------ ---------------------------------------------------------------------------------------------------------------------------- 

 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  Line   src/Plugin/Field/FieldType/DateTimeDayItem.php                                                                              
 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  121    Call to deprecated constant DATETIME_DATE_STORAGE_FORMAT: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use  
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATE_STORAGE_FORMAT instead.                                 
  126    Call to deprecated constant DATETIME_DATE_STORAGE_FORMAT: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use  
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATE_STORAGE_FORMAT instead.                                 
 ------ ---------------------------------------------------------------------------------------------------------------------------- 

 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  Line   src/Plugin/Field/FieldWidget/DateTimeDaySecondsWidget.php                                                                   
 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  32     Call to deprecated constant DATETIME_DATE_STORAGE_FORMAT: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use  
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATE_STORAGE_FORMAT instead.                                 
  45     Call to deprecated constant DATETIME_DATE_STORAGE_FORMAT: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use  
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATE_STORAGE_FORMAT instead.                                 
 ------ ---------------------------------------------------------------------------------------------------------------------------- 

 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  Line   src/Plugin/Field/FieldWidget/DateTimeDayWidgetBase.php                                                                      
 ------ ---------------------------------------------------------------------------------------------------------------------------- 
  66     Call to deprecated constant DATETIME_DATE_STORAGE_FORMAT: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use  
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATE_STORAGE_FORMAT instead.                                 
  68     Call to deprecated constant DATETIME_STORAGE_TIMEZONE: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use     
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE instead.                                    
  89     Call to deprecated constant DATETIME_STORAGE_TIMEZONE: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use     
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE instead.                                    
  111    Call to deprecated constant DATETIME_STORAGE_TIMEZONE: Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use     
         \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE instead.                                    
 ------ ---------------------------------------------------------------------------------------------------------------------------- 

 ------ ----------------------------------------------------------------------------------- 
  Line   tests/src/Functional/DateTimeDayFieldTest.php                                      
 ------ ----------------------------------------------------------------------------------- 
  197    Call to deprecated method strtolower() of class Drupal\Component\Utility\Unicode:  
         in drupal:8.6.0 and is removed from drupal:9.0.0. Use                              
         mb_strtolower() instead.                                                           
  214    Call to deprecated function entity_get_form_display():                             
         in drupal:8.8.0 and is removed from drupal:9.0.0. Use                              
         EntityDisplayRepositoryInterface::getFormDisplay() instead.                        
 ------ ----------------------------------------------------------------------------------- 

 ------ ----------------------------------------------------------------------------------- 
  Line   tests/src/Kernel/DateTimeDayItemTest.php                                           
 ------ ----------------------------------------------------------------------------------- 
  50     Call to deprecated method strtolower() of class Drupal\Component\Utility\Unicode:  
         in drupal:8.6.0 and is removed from drupal:9.0.0. Use                              
         mb_strtolower() instead.                                                           
 ------ ----------------------------------------------------------------------------------- 

 ------ ----------------------------------------------------------------------------------- 
  Line   tests/src/Kernel/SeparatorsTranslationTest.php                                     
 ------ ----------------------------------------------------------------------------------- 
  62     Call to deprecated method strtolower() of class Drupal\Component\Utility\Unicode:  
         in drupal:8.6.0 and is removed from drupal:9.0.0. Use                              
         mb_strtolower() instead.                                                           
 ------ ----------------------------------------------------------------------------------- 

                                                                                                                        
 [ERROR] Found 21 errors                                                                                                
                                                                                                                        

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dishabhadra created an issue. See original summary.

dishabhadra’s picture

Assigned: dishabhadra » Unassigned
Status: Active » Needs review
FileSize
15.15 KB

Created the patch.

Checked using Upgrade status and drupal-check no errors found.

 16/16 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


                                                                                                                        
 [OK] No errors      
ankitsingh0188’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
390.67 KB
398.39 KB
118.18 KB
16.19 KB

Before Patch:
before_patch
before_patch
before_patch

After Patch:
Patch applied successfully and no errors were found after running the drupal-check utility.

Looks good to me. Good to move it to RTBC.
after applying patch

ankitsingh0188’s picture

FileSize
390.67 KB
Gábor Hojtsy’s picture

Issue tags: -Drupal 9 compatibility Drupal 9 porting weekend DIACWMay2020 +Drupal 9 compatibility, +Drupal 9 porting weekend, +DIACWMay2020

Fixing tags.

Andriy Khomych’s picture

Hello all!
Thank you for participating, I'll review it as soon as possible.

Andriy Khomych’s picture

Version: 8.x-1.4 » 8.x-1.x-dev
Status: Reviewed & tested by the community » Fixed

Thank you all for participating. I don't know why the commit didn't appear here, but I've used the commit message.
Meanwhile, I've updated some module code so I've partially copied code from patch to apply it properly.

If you wanna support this module more, please, ping me via the contact form. I'll add you to maintainers.

Thanks a lot!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.