You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point in my code, i needed to check if Date and Time is empty (all the fields in it have the zero value of their type) and i realized that there are no implementation for that, i would need to check all the fields in the Date and Time structs which i feel isn't the best option. I think there should be a function to handle that.
The text was updated successfully, but these errors were encountered:
Qalifah
changed the title
civil package: functions to check if Date, Time and DateTime is empty not present
civil: functions to check if Date, Time and DateTime is empty not present
Sep 5, 2021
Qalifah
changed the title
civil: functions to check if Date, Time and DateTime is empty not present
civil: functions to check if Date, Time and DateTime is empty is not present
Sep 5, 2021
At some point in my code, i needed to check if Date and Time is empty (all the fields in it have the zero value of their type) and i realized that there are no implementation for that, i would need to check all the fields in the Date and Time structs which i feel isn't the best option. I think there should be a function to handle that.
The text was updated successfully, but these errors were encountered: