Skip to content

Add g_date_time_is_same_day and g_date_time_days_between functions

Ghost User requested to merge (removed):master into master

Adds two functions that compare if two GDateTime's are on the same day of the same year. g_date_time_is_same_day uses a new g_date_time_days_between function to return if the two GDateTime's are on the same day.

Edited by Ghost User

Merge request reports