Changeset 4037 for ssme/trunk/flex/Common/src/com/kh/ssme/util/DateUtil.as
- Timestamp:
- 08/09/10 10:51:45 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ssme/trunk/flex/Common/src/com/kh/ssme/util/DateUtil.as
r4035 r4037 93 93 94 94 /** 95 * Get the Date object 96 * @return 97 */ 98 public function get timestamp():Number{ 99 return date_.time; 100 } 101 102 103 /** 95 104 * Create a new DateUtil for the passed in date. Updates will not effect the original date. 96 105 * @return … … 189 198 this.add(DateProperty.DATE, (firstDay-this.date_.day) -1).dayEnd() 190 199 : 191 this.add(DateProperty.DATE, 7 - (this.date_.day - firstDay) -1).day Begin();200 this.add(DateProperty.DATE, 7 - (this.date_.day - firstDay) -1).dayEnd(); 192 201 } 193 202
