Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368752 - Add method DateUtil.getMondayBefore()
Summary: Add method DateUtil.getMondayBefore()
Status: CLOSED FIXED
Alias: None
Product: OSEE
Classification: Technology
Component: Action Tracking System (ATS) (show other bugs)
Version: 0.9.9   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 0.9.9   Edit
Assignee: S. Cook CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 12:54 EST by S. Cook CLA
Modified: 2012-01-28 20:42 EST (History)
1 user (show)

See Also:


Attachments
Add method DateUtil.getMondayBefore() (1.78 KB, patch)
2012-01-16 15:51 EST, S. Cook CLA
ryan.d.brooks: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description S. Cook CLA 2012-01-16 12:54:34 EST
Need to enhance the DateUtil interface to provide a method getMondayBefore(Date) which takes a Date, determines the date of the Monday prior to it and returns that new normalized Date.
Comment 1 S. Cook CLA 2012-01-16 15:51:12 EST
Created attachment 209590 [details]
Add method DateUtil.getMondayBefore()