Reputation: 72686
I need to compare two datetime variable only for some criteria : Day of the month and time .
If the day of the month and the time is equal to another datetime then the expression return true, the comparison must not keep in mind of the month and the year of the two Datetime .
What's the best way to do this comparison ?
Thanks.
Upvotes: 0
Views: 2290