Is there a way to check if a java Date object is Monday? I see you can with a Calendar object, but date? I’m also using US-eastern date and time if that changes indexing of monday
Is there a way to check if a java Date object is Monday? I
Share
Something like this will work: